#97797C

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

Shades of Turkish Rose #97797C

Tints of Turkish Rose #97797C

Color information

#97797C (or 0x97797C) is unknown color: approx Turkish Rose. HEX triplet: 97, 79 and 7C. RGB value is (151,121,124). Sum of RGB (Red+Green+Blue) = 151+121+124=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #97797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97797C is #688683. Grayscale: #828282. Windows color (decimal): -6850180 or 8157591. OLE color: 8157591.

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

Color convert

RGB151121124-
CMYK00.200.180.41
HSL354º12.61%53.33%-
HSV(B)354º19.87%59.22%-
XYZ23.2421.7122.03-
YUV130.31124.44142.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=38.13%
G=30.56%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112112400.200.180.4135412.6153.33
Hex97797C0141229162d35
Octal22717117402422515421565
Binary1001011111110011111100010100100101010011011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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