Html Css Color HEX #977D7E Turkish Rose

📋 copy color: '#977D7E'

red 151 ◦ green 125 ◦ blue 126

#977D7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #977D7E

Tints of Turkish Rose #977D7E

RGB

 RED value IS 151 (59.38% from 255) = 37.56%

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 126 (49.61% from 255) = 31.34%

R = 37.56%
G = 31.09%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#977D7E (or 0x977D7E) is known color: Turkish Rose. HEX triplet: 97, 7D and 7E. RGB value is (151,125,126). Sum of RGB (Red+Green+Blue) = 151+125+126=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #977D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D7E is #688281. Grayscale: #848484. Windows color (decimal): -6849154 or 8289687. OLE color: 8289687.

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

Color convert

RGB 151 125 126 -
CMYK 0 0.17 0.17 0.41
HSL 357.69º 0.11% 0.54% -
HSV(B) 357.69º 0.17% 0.59% -
XYZ 23.86 22.75 22.87 -
YUV 132.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 151 125 126 0 0.17 0.17 0.41 357.69 0.11 0.54
Hex 97 7D 7E 0 11 11 29 166 B 36
Octal 227 175 176 0 21 21 51 546 13 66
Binary 10010111 1111101 1111110 0 10001 10001 101001 101100110 1011 110110

Color Harmonies of #977D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D7E

Black with #977D7E

Text Example


Text Example

White with #977D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #977D7E;
 }
 .AnyTagClassName
 {
   color: #977D7E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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