#D77455

Color #D77455 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D77455

Tints of Japonica #D77455

Color information

#D77455 (or 0xD77455) is unknown color: approx Japonica. HEX triplet: D7, 74 and 55. RGB value is (215,116,85). Sum of RGB (Red+Green+Blue) = 215+116+85=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D77455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77455 is #288BAA. Grayscale: #8E8E8E. Windows color (decimal): -2657195 or 5600471. OLE color: 5600471.

HSL color Cylindrical-coordinate representation of color #D77455: hue angle of 14.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D77455 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21511685-
CMYK00.460.600.16
HSL14.31º61.9%58.82%-
HSV(B)14.31º60.47%84.31%-
XYZ35.9127.5912.03-
YUV142.0795.8180.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 51.68%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=51.68%
G=27.88%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151168500.460.600.1614.3161.958.82
HexD7745502E3C10e3e3b
Octal3271641250567420167673
Binary11010111111010010101010101110111100100001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77455; }

 p { color: rgb(215,116,85); }

 H1.HeaderClassName
 {
   color: #D77455;
 }
 .AnyTagClassName
 {
   color: #D77455;
 }
</style>
background-color css

<style>
 a { background-color: #D77455; }

 a { background-color: rgb(215,116,85); }

 div.DivClassName
 {
   background-color: #D77455;
 }
 .BgClassName
 {
   background-color: #D77455;
 }
</style>
border-color css

<style>
 span { border-color: #D77455; }

 span { border-color: rgb(215,116,85); }

 td.TdClassName
 {
   border-color: #D77455;
 }
 .TagClassName
 {
   border-color: #D77455;
 }
</style>