Html Css Color HEX #977879 Turkish Rose

📋 copy color: '#977879'

red 151 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #977879

Tints of Turkish Rose #977879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 38.52%
G = 30.61%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#977879 (or 0x977879) is known color: Turkish Rose. HEX triplet: 97, 78 and 79. RGB value is (151,120,121). Sum of RGB (Red+Green+Blue) = 151+120+121=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #977879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977879 is #688786. Grayscale: #818181. Windows color (decimal): -6850439 or 7960727. OLE color: 7960727.

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

Color convert

RGB 151 120 121 -
CMYK 0 0.21 0.20 0.41
HSL 358.06º 0.13% 0.53% -
HSV(B) 358.06º 0.21% 0.59% -
XYZ 22.93 21.39 21.01 -
YUV 129.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 151 120 121 0 0.21 0.20 0.41 358.06 0.13 0.53
Hex 97 78 79 0 15 14 29 166 D 35
Octal 227 170 171 0 25 24 51 546 15 65
Binary 10010111 1111000 1111001 0 10101 10100 101001 101100110 1101 110101

Color Harmonies of #977879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977879

Black with #977879

Text Example


Text Example

White with #977879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977879; }

 p { color: rgb(151,120,121); }

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

background-color css

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

 a { background-color: rgb(151,120,121); }

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

border-color css

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

 span { border-color: rgb(151,120,121); }

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