#977B7E

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

Shades of Turkish Rose #977B7E

Tints of Turkish Rose #977B7E

Color information

#977B7E (or 0x977B7E) is unknown color: approx Turkish Rose. HEX triplet: 97, 7B and 7E. RGB value is (151,123,126). Sum of RGB (Red+Green+Blue) = 151+123+126=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977B7E is #688481. Grayscale: #838383. Windows color (decimal): -6849666 or 8289175. OLE color: 8289175.

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

Color convert

RGB151123126-
CMYK00.190.170.41
HSL353.57º11.86%53.73%-
HSV(B)353.57º18.54%59.22%-
XYZ23.6122.2522.79-
YUV131.71124.78141.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=37.75%
G=30.75%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15112312600.190.170.41353.5711.8653.73
Hex977B7E0131129162c36
Octal22717317602321515421466
Binary1001011111110111111110010011100011010011011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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