#977C7E

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

Shades of Turkish Rose #977C7E

Tints of Turkish Rose #977C7E

Color information

#977C7E (or 0x977C7E) is unknown color: approx Turkish Rose. HEX triplet: 97, 7C and 7E. RGB value is (151,124,126). Sum of RGB (Red+Green+Blue) = 151+124+126=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #977C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977C7E is #688381. Grayscale: #848484. Windows color (decimal): -6849410 or 8289431. OLE color: 8289431.

HSL color Cylindrical-coordinate representation of color #977C7E: hue angle of 355.56º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #977C7E is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB151124126-
CMYK00.180.170.41
HSL355.56º11.49%53.92%-
HSV(B)355.56º17.88%59.22%-
XYZ23.7422.522.83-
YUV132.3124.45141.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.66%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=37.66%
G=30.92%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112412600.180.170.41355.5611.4953.92
Hex977C7E0121129164b36
Octal22717417602221515441366
Binary1001011111111001111110010010100011010011011001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977C7E; }

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

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

<style>
 a { background-color: #977C7E; }

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

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

<style>
 span { border-color: #977C7E; }

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

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