#D7775D

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

Shades of Japonica #D7775D

Tints of Japonica #D7775D

Color information

#D7775D (or 0xD7775D) is unknown color: approx Japonica. HEX triplet: D7, 77 and 5D. RGB value is (215,119,93). Sum of RGB (Red+Green+Blue) = 215+119+93=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7775D is #2888A2. Grayscale: #909090. Windows color (decimal): -2656419 or 6125527. OLE color: 6125527.

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

Color convert

RGB21511993-
CMYK00.450.570.16
HSL12.79º60.4%60.39%-
HSV(B)12.79º56.74%84.31%-
XYZ36.628.4313.91-
YUV144.7498.8178.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.35%
GREEN value IS 119 (46.88% from 255) = 27.87%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=50.35%
G=27.87%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151199300.450.570.1612.7960.460.39
HexD7775D02D3910d3c3c
Octal3271671350557120157474
Binary11010111111011110111010101101111001100001101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7775D; }

 p { color: rgb(215,119,93); }

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

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

 a { background-color: rgb(215,119,93); }

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

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

 span { border-color: rgb(215,119,93); }

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