#D77A56

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

Shades of Japonica #D77A56

Tints of Japonica #D77A56

Color information

#D77A56 (or 0xD77A56) is unknown color: approx Japonica. HEX triplet: D7, 7A and 56. RGB value is (215,122,86). Sum of RGB (Red+Green+Blue) = 215+122+86=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A56 is #2885A9. Grayscale: #919191. Windows color (decimal): -2655658 or 5667543. OLE color: 5667543.

HSL color Cylindrical-coordinate representation of color #D77A56: hue angle of 16.74º 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 #D77A56 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB21512286-
CMYK00.430.60.16
HSL16.74º61.72%59.02%-
HSV(B)16.74º60%84.31%-
XYZ36.6629.0412.48-
YUV145.794.31177.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.83%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=50.83%
G=28.84%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151228600.430.60.1616.7461.7259.02
HexD77A5602B3C10113e3b
Octal3271721260537420217673
Binary110101111111010101011001010111111001000010001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A56; }

 p { color: rgb(215,122,86); }

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

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

 a { background-color: rgb(215,122,86); }

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

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

 span { border-color: rgb(215,122,86); }

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