#D7755D

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

Shades of Japonica #D7755D

Tints of Japonica #D7755D

Color information

#D7755D (or 0xD7755D) is unknown color: approx Japonica. HEX triplet: D7, 75 and 5D. RGB value is (215,117,93). Sum of RGB (Red+Green+Blue) = 215+117+93=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7755D is #288AA2. Grayscale: #8F8F8F. Windows color (decimal): -2656931 or 6125015. OLE color: 6125015.

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

Color convert

RGB21511793-
CMYK00.460.570.16
HSL11.8º60.4%60.39%-
HSV(B)11.8º56.74%84.31%-
XYZ36.3627.9613.84-
YUV143.5799.47178.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=50.59%
G=27.53%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151179300.460.570.1611.860.460.39
HexD7755D02E3910c3c3c
Octal3271651350567120147474
Binary11010111111010110111010101110111001100001100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7755D; }

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

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

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

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

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

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

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

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