#9B7D81

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

Shades of Turkish Rose #9B7D81

Tints of Turkish Rose #9B7D81

Color information

#9B7D81 (or 0x9B7D81) is unknown color: approx Turkish Rose. HEX triplet: 9B, 7D and 81. RGB value is (155,125,129). Sum of RGB (Red+Green+Blue) = 155+125+129=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7D81 is #64827E. Grayscale: #868686. Windows color (decimal): -6587007 or 8486299. OLE color: 8486299.

HSL color Cylindrical-coordinate representation of color #9B7D81: hue angle of 352º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B7D81 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB155125129-
CMYK00.190.170.39
HSL352º13.04%54.9%-
HSV(B)352º19.35%60.78%-
XYZ24.8123.2223.94-
YUV134.43124.94142.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=37.90%
G=30.56%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512512900.190.170.3935213.0454.9
Hex9B7D810131127160d37
Octal23317520102321475401567
Binary10011011111110110000001010011100011001111011000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,125,129); }

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

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

 a { background-color: rgb(155,125,129); }

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

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

 span { border-color: rgb(155,125,129); }

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