Html Css Color HEX #977D7F Turkish Rose

📋 copy color: '#977D7F'

red 151 ◦ green 125 ◦ blue 127

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

Shades of Turkish Rose #977D7F

Tints of Turkish Rose #977D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 37.47%
G = 31.02%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#977D7F (or 0x977D7F) is known color: Turkish Rose. HEX triplet: 97, 7D and 7F. RGB value is (151,125,127). Sum of RGB (Red+Green+Blue) = 151+125+127=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #977D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D7F is #688280. Grayscale: #858585. Windows color (decimal): -6849153 or 8355223. OLE color: 8355223.

HSL color Cylindrical-coordinate representation of color #977D7F: hue angle of 355.38º 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 #977D7F is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 125 127 -
CMYK 0 0.17 0.16 0.41
HSL 355.38º 0.11% 0.54% -
HSV(B) 355.38º 0.17% 0.59% -
XYZ 23.93 22.78 23.21 -
YUV 133 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 151 125 127 0 0.17 0.16 0.41 355.38 0.11 0.54
Hex 97 7D 7F 0 11 10 29 163 B 36
Octal 227 175 177 0 21 20 51 543 13 66
Binary 10010111 1111101 1111111 0 10001 10000 101001 101100011 1011 110110

Color Harmonies of #977D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D7F

Black with #977D7F

Text Example


Text Example

White with #977D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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