Html Css Color HEX #977577 Turkish Rose

📋 copy color: '#977577'

red 151 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #977577

Tints of Turkish Rose #977577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

 BLUE value IS 119 (46.88% from 255) = 30.75%

R = 39.02%
G = 30.23%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#977577 (or 0x977577) is known color: Turkish Rose. HEX triplet: 97, 75 and 77. RGB value is (151,117,119). Sum of RGB (Red+Green+Blue) = 151+117+119=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #977577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977577 is #688A88. Grayscale: #7F7F7F. Windows color (decimal): -6851209 or 7828887. OLE color: 7828887.

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

Color convert

RGB 151 117 119 -
CMYK 0 0.23 0.21 0.41
HSL 356.47º 0.14% 0.53% -
HSV(B) 356.47º 0.23% 0.59% -
XYZ 22.45 20.63 20.25 -
YUV 127.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 151 117 119 0 0.23 0.21 0.41 356.47 0.14 0.53
Hex 97 75 77 0 17 15 29 164 E 35
Octal 227 165 167 0 27 25 51 544 16 65
Binary 10010111 1110101 1110111 0 10111 10101 101001 101100100 1110 110101

Color Harmonies of #977577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977577

Black with #977577

Text Example


Text Example

White with #977577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977577; }

 p { color: rgb(151,117,119); }

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

background-color css

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

 a { background-color: rgb(151,117,119); }

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

border-color css

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

 span { border-color: rgb(151,117,119); }

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