#9D777B

Color #9D777B Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9D777B

Tints of Turkish Rose #9D777B

Color information

#9D777B (or 0x9D777B) is unknown color: approx Turkish Rose. HEX triplet: 9D, 77 and 7B. RGB value is (157,119,123). Sum of RGB (Red+Green+Blue) = 157+119+123=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D777B is #628884. Grayscale: #828282. Windows color (decimal): -6457477 or 8091549. OLE color: 8091549.

HSL color Cylindrical-coordinate representation of color #9D777B: hue angle of 353.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D777B is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB157119123-
CMYK00.240.220.38
HSL353.68º16.24%54.12%-
HSV(B)353.68º24.2%61.57%-
XYZ24.0821.7921.68-
YUV130.82123.59146.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=39.35%
G=29.82%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711912300.240.220.38353.6816.2454.12
Hex9D777B01816261621036
Octal23516717303026465422066
Binary10011101111011111110110110001011010011010110001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D777B; }

 p { color: rgb(157,119,123); }

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

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

 a { background-color: rgb(157,119,123); }

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

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

 span { border-color: rgb(157,119,123); }

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