#99797F

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

Shades of Turkish Rose #99797F

Tints of Turkish Rose #99797F

Color information

#99797F (or 0x99797F) is unknown color: approx Turkish Rose. HEX triplet: 99, 79 and 7F. RGB value is (153,121,127). Sum of RGB (Red+Green+Blue) = 153+121+127=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #99797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99797F is #668680. Grayscale: #838383. Windows color (decimal): -6719105 or 8354201. OLE color: 8354201.

HSL color Cylindrical-coordinate representation of color #99797F: hue angle of 348.75º 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 #99797F is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153121127-
CMYK00.210.170.4
HSL348.75º13.56%53.73%-
HSV(B)348.75º20.92%60%-
XYZ23.8121.9823.07-
YUV131.25125.6143.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 127 (50% from 255) = 31.67%
R=38.15%
G=30.17%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312112700.210.170.4348.7513.5653.73
Hex99797F015112815de36
Octal23117117702521505351666
Binary1001100111110011111111010101100011010001010111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99797F; }

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

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

<style>
 a { background-color: #99797F; }

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

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

<style>
 span { border-color: #99797F; }

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

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