#97787D

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

Shades of Turkish Rose #97787D

Tints of Turkish Rose #97787D

Color information

#97787D (or 0x97787D) is unknown color: approx Turkish Rose. HEX triplet: 97, 78 and 7D. RGB value is (151,120,125). Sum of RGB (Red+Green+Blue) = 151+120+125=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #97787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97787D is #688782. Grayscale: #818181. Windows color (decimal): -6850435 or 8222871. OLE color: 8222871.

HSL color Cylindrical-coordinate representation of color #97787D: hue angle of 350.32º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97787D is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB151120125-
CMYK00.210.170.41
HSL350.32º12.97%53.14%-
HSV(B)350.32º20.53%59.22%-
XYZ23.1821.4922.33-
YUV129.84125.27143.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=38.13%
G=30.30%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112012500.210.170.41350.3212.9753.14
Hex97787D015112915ed35
Octal22717017502521515361565
Binary1001011111110001111101010101100011010011010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97787D; }

 p { color: rgb(151,120,125); }

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

<style>
 a { background-color: #97787D; }

 a { background-color: rgb(151,120,125); }

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

<style>
 span { border-color: #97787D; }

 span { border-color: rgb(151,120,125); }

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