#97797E

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

Shades of Turkish Rose #97797E

Tints of Turkish Rose #97797E

Color information

#97797E (or 0x97797E) is unknown color: approx Turkish Rose. HEX triplet: 97, 79 and 7E. RGB value is (151,121,126). Sum of RGB (Red+Green+Blue) = 151+121+126=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #97797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97797E is #688681. Grayscale: #828282. Windows color (decimal): -6850178 or 8288663. OLE color: 8288663.

HSL color Cylindrical-coordinate representation of color #97797E: hue angle of 350º 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 #97797E is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB151121126-
CMYK00.200.170.41
HSL350º12.61%53.33%-
HSV(B)350º19.87%59.22%-
XYZ23.3721.7622.71-
YUV130.54125.44142.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=37.94%
G=30.40%
B=31.66%

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
Decimal15112112600.200.170.4135012.6153.33
Hex97797E014112915ed35
Octal22717117602421515361565
Binary1001011111110011111110010100100011010011010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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