#97757A

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

Shades of Turkish Rose #97757A

Tints of Turkish Rose #97757A

Color information

#97757A (or 0x97757A) is unknown color: approx Turkish Rose. HEX triplet: 97, 75 and 7A. RGB value is (151,117,122). Sum of RGB (Red+Green+Blue) = 151+117+122=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #97757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97757A is #688A85. Grayscale: #7F7F7F. Windows color (decimal): -6851206 or 8025495. OLE color: 8025495.

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

Color convert

RGB151117122-
CMYK00.230.190.41
HSL351.18º14.05%52.55%-
HSV(B)351.18º22.52%59.22%-
XYZ22.6420.7121.22-
YUV127.74124.76144.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=38.72%
G=30%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111712200.230.190.41351.1814.0552.55
Hex97757A017132915fe35
Octal22716517202723515371665
Binary1001011111101011111010010111100111010011010111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97757A; }

 p { color: rgb(151,117,122); }

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

<style>
 a { background-color: #97757A; }

 a { background-color: rgb(151,117,122); }

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

<style>
 span { border-color: #97757A; }

 span { border-color: rgb(151,117,122); }

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