#9B797E

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

Shades of Turkish Rose #9B797E

Tints of Turkish Rose #9B797E

Color information

#9B797E (or 0x9B797E) is unknown color: approx Turkish Rose. HEX triplet: 9B, 79 and 7E. RGB value is (155,121,126). Sum of RGB (Red+Green+Blue) = 155+121+126=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B797E is #648681. Grayscale: #838383. Windows color (decimal): -6588034 or 8288667. OLE color: 8288667.

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

Color convert

RGB155121126-
CMYK00.220.190.39
HSL351.18º14.53%54.12%-
HSV(B)351.18º21.94%60.78%-
XYZ24.1222.1522.74-
YUV131.74124.76144.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=38.56%
G=30.10%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512112600.220.190.39351.1814.5354.12
Hex9B797E016132715ff36
Octal23317117602623475371766
Binary1001101111110011111110010110100111001111010111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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