#997E7F

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

Shades of Turkish Rose #997E7F

Tints of Turkish Rose #997E7F

Color information

#997E7F (or 0x997E7F) is unknown color: approx Turkish Rose. HEX triplet: 99, 7E and 7F. RGB value is (153,126,127). Sum of RGB (Red+Green+Blue) = 153+126+127=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E7F is #668180. Grayscale: #868686. Windows color (decimal): -6717825 or 8355481. OLE color: 8355481.

HSL color Cylindrical-coordinate representation of color #997E7F: hue angle of 357.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997E7F is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB153126127-
CMYK00.180.170.4
HSL357.78º11.69%54.71%-
HSV(B)357.78º17.65%60%-
XYZ24.4323.2323.27-
YUV134.19123.95141.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 127 (50% from 255) = 31.28%
R=37.68%
G=31.03%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312612700.180.170.4357.7811.6954.71
Hex997E7F0121128166c37
Octal23117617702221505461467
Binary1001100111111101111111010010100011010001011001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997E7F; }

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

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

<style>
 a { background-color: #997E7F; }

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

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

<style>
 span { border-color: #997E7F; }

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

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