#9B7074

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

Shades of Turkish Rose #9B7074

Tints of Turkish Rose #9B7074

Color information

#9B7074 (or 0x9B7074) is unknown color: approx Turkish Rose. HEX triplet: 9B, 70 and 74. RGB value is (155,112,116). Sum of RGB (Red+Green+Blue) = 155+112+116=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7074 is #648F8B. Grayscale: #7D7D7D. Windows color (decimal): -6590348 or 7631003. OLE color: 7631003.

HSL color Cylindrical-coordinate representation of color #9B7074: hue angle of 354.42º 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 #9B7074 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB155112116-
CMYK00.280.250.39
HSL354.42º17.7%52.35%-
HSV(B)354.42º27.74%60.78%-
XYZ22.4619.8219.16-
YUV125.31122.75149.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=40.47%
G=29.24%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511211600.280.250.39354.4217.752.35
Hex9B707401C19271621234
Octal23316016403431475422264
Binary10011011111000011101000111001100110011110110001010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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