#97767C

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

Shades of Turkish Rose #97767C

Tints of Turkish Rose #97767C

Color information

#97767C (or 0x97767C) is unknown color: approx Turkish Rose. HEX triplet: 97, 76 and 7C. RGB value is (151,118,124). Sum of RGB (Red+Green+Blue) = 151+118+124=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97767C is #688983. Grayscale: #808080. Windows color (decimal): -6850948 or 8156823. OLE color: 8156823.

HSL color Cylindrical-coordinate representation of color #97767C: hue angle of 349.09º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97767C is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151118124-
CMYK00.220.180.41
HSL349.09º13.69%52.75%-
HSV(B)349.09º21.85%59.22%-
XYZ22.8820.9921.91-
YUV128.55125.43144.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=38.42%
G=30.03%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111812400.220.180.41349.0913.6952.75
Hex97767C016122915de35
Octal22716617402622515351665
Binary1001011111101101111100010110100101010011010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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