#97797D

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

Shades of Turkish Rose #97797D

Tints of Turkish Rose #97797D

Color information

#97797D (or 0x97797D) is unknown color: approx Turkish Rose. HEX triplet: 97, 79 and 7D. RGB value is (151,121,125). Sum of RGB (Red+Green+Blue) = 151+121+125=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #97797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97797D is #688682. Grayscale: #828282. Windows color (decimal): -6850179 or 8223127. OLE color: 8223127.

HSL color Cylindrical-coordinate representation of color #97797D: hue angle of 352º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97797D is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB151121125-
CMYK00.200.170.41
HSL352º12.61%53.33%-
HSV(B)352º19.87%59.22%-
XYZ23.321.7322.37-
YUV130.43124.94142.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=38.04%
G=30.48%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112112500.200.170.4135212.6153.33
Hex97797D0141129160d35
Octal22717117502421515401565
Binary1001011111110011111101010100100011010011011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97797D; }

 p { color: rgb(151,121,125); }

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

<style>
 a { background-color: #97797D; }

 a { background-color: rgb(151,121,125); }

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

<style>
 span { border-color: #97797D; }

 span { border-color: rgb(151,121,125); }

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