#9A797F

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

Shades of Turkish Rose #9A797F

Tints of Turkish Rose #9A797F

Color information

#9A797F (or 0x9A797F) is unknown color: approx Turkish Rose. HEX triplet: 9A, 79 and 7F. RGB value is (154,121,127). Sum of RGB (Red+Green+Blue) = 154+121+127=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A797F is #658680. Grayscale: #838383. Windows color (decimal): -6653569 or 8354202. OLE color: 8354202.

HSL color Cylindrical-coordinate representation of color #9A797F: hue angle of 349.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A797F is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB154121127-
CMYK00.210.180.40
HSL349.09º14.04%53.92%-
HSV(B)349.09º21.43%60.39%-
XYZ23.9922.0823.08-
YUV131.55125.43144.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.31%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 127 (50% from 255) = 31.59%
R=38.31%
G=30.10%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412112700.210.180.40349.0914.0453.92
Hex9A797F015122815de36
Octal23217117702522505351666
Binary1001101011110011111111010101100101010001010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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