Html Css Color HEX #977377 Turkish Rose

📋 copy color: '#977377'

red 151 ◦ green 115 ◦ blue 119

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

Shades of Turkish Rose #977377

Tints of Turkish Rose #977377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.87%

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

R = 39.22%
G = 29.87%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#977377 (or 0x977377) is known color: Turkish Rose. HEX triplet: 97, 73 and 77. RGB value is (151,115,119). Sum of RGB (Red+Green+Blue) = 151+115+119=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #977377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977377 is #688C88. Grayscale: #7E7E7E. Windows color (decimal): -6851721 or 7828375. OLE color: 7828375.

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

Color convert

RGB 151 115 119 -
CMYK 0 0.24 0.21 0.41
HSL 353.33º 0.15% 0.52% -
HSV(B) 353.33º 0.24% 0.59% -
XYZ 22.22 20.17 20.18 -
YUV 126.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 151 115 119 0 0.24 0.21 0.41 353.33 0.15 0.52
Hex 97 73 77 0 18 15 29 161 F 34
Octal 227 163 167 0 30 25 51 541 17 64
Binary 10010111 1110011 1110111 0 11000 10101 101001 101100001 1111 110100

Color Harmonies of #977377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977377

Black with #977377

Text Example


Text Example

White with #977377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977377; }

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

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

background-color css

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

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

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

border-color css

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

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

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