#97747C

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

Shades of Turkish Rose #97747C

Tints of Turkish Rose #97747C

Color information

#97747C (or 0x97747C) is unknown color: approx Turkish Rose. HEX triplet: 97, 74 and 7C. RGB value is (151,116,124). Sum of RGB (Red+Green+Blue) = 151+116+124=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #97747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97747C is #688B83. Grayscale: #7F7F7F. Windows color (decimal): -6851460 or 8156311. OLE color: 8156311.

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

Color convert

RGB151116124-
CMYK00.230.180.41
HSL346.29º14.4%52.35%-
HSV(B)346.29º23.18%59.22%-
XYZ22.6520.5321.84-
YUV127.38126.1144.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=38.62%
G=29.67%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111612400.230.180.41346.2914.452.35
Hex97747C017122915ae34
Octal22716417402722515321664
Binary1001011111101001111100010111100101010011010110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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