Html Css Color HEX #977780 Venus

📋 copy color: '#977780'

red 151 ◦ green 119 ◦ blue 128

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

Shades of Venus #977780

Tints of Venus #977780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 37.94%
G = 29.9%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#977780 (or 0x977780) is known color: Venus. HEX triplet: 97, 77 and 80. RGB value is (151,119,128). Sum of RGB (Red+Green+Blue) = 151+119+128=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #977780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977780 is #68887F. Grayscale: #818181. Windows color (decimal): -6850688 or 8419223. OLE color: 8419223.

HSL color Cylindrical-coordinate representation of color #977780: hue angle of 343.12º 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 #977780 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 119 128 -
CMYK 0 0.21 0.15 0.41
HSL 343.13º 0.13% 0.53% -
HSV(B) 343.13º 0.21% 0.59% -
XYZ 23.26 21.33 23.31 -
YUV 129.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 151 119 128 0 0.21 0.15 0.41 343.13 0.13 0.53
Hex 97 77 80 0 15 F 29 157 D 35
Octal 227 167 200 0 25 17 51 527 15 65
Binary 10010111 1110111 10000000 0 10101 1111 101001 101010111 1101 110101

Color Harmonies of #977780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977780

Black with #977780

Text Example


Text Example

White with #977780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977780; }

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

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

background-color css

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

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

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

border-color css

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

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

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