#9B7072

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

Shades of Turkish Rose #9B7072

Tints of Turkish Rose #9B7072

Color information

#9B7072 (or 0x9B7072) is unknown color: approx Turkish Rose. HEX triplet: 9B, 70 and 72. RGB value is (155,112,114). Sum of RGB (Red+Green+Blue) = 155+112+114=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7072 is #648F8D. Grayscale: #7D7D7D. Windows color (decimal): -6590350 or 7499931. OLE color: 7499931.

HSL color Cylindrical-coordinate representation of color #9B7072: hue angle of 357.21º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7072 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB155112114-
CMYK00.280.260.39
HSL357.21º17.7%52.35%-
HSV(B)357.21º27.74%60.78%-
XYZ22.3519.7718.56-
YUV125.08121.75149.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=40.68%
G=29.40%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511211400.280.260.39357.2117.752.35
Hex9B707201C1A271651234
Octal23316016203432475452264
Binary10011011111000011100100111001101010011110110010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,112,114); }

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

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

 a { background-color: rgb(155,112,114); }

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

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

 span { border-color: rgb(155,112,114); }

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