#9B797F

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

Shades of Turkish Rose #9B797F

Tints of Turkish Rose #9B797F

Color information

#9B797F (or 0x9B797F) is unknown color: approx Turkish Rose. HEX triplet: 9B, 79 and 7F. RGB value is (155,121,127). Sum of RGB (Red+Green+Blue) = 155+121+127=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 155 - color contains mainly: red. Hex color #9B797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B797F is #648680. Grayscale: #838383. Windows color (decimal): -6588033 or 8354203. OLE color: 8354203.

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

Color convert

RGB155121127-
CMYK00.220.180.39
HSL349.41º14.53%54.12%-
HSV(B)349.41º21.94%60.78%-
XYZ24.1922.1823.08-
YUV131.85125.26144.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.46%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 127 (50% from 255) = 31.51%
R=38.46%
G=30.02%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512112700.220.180.39349.4114.5354.12
Hex9B797F016122715df36
Octal23317117702622475351766
Binary1001101111110011111111010110100101001111010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,127); }

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

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

 a { background-color: rgb(155,121,127); }

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

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

 span { border-color: rgb(155,121,127); }

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