Html Css Color HEX #977680 Venus

📋 copy color: '#977680'

red 151 ◦ green 118 ◦ blue 128

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

Shades of Venus #977680

Tints of Venus #977680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.72%

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

R = 38.04%
G = 29.72%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#977680 (or 0x977680) is known color: Venus. HEX triplet: 97, 76 and 80. RGB value is (151,118,128). Sum of RGB (Red+Green+Blue) = 151+118+128=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #977680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977680 is #68897F. Grayscale: #818181. Windows color (decimal): -6850944 or 8418967. OLE color: 8418967.

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

Color convert

RGB 151 118 128 -
CMYK 0 0.22 0.15 0.41
HSL 341.82º 0.14% 0.53% -
HSV(B) 341.82º 0.22% 0.59% -
XYZ 23.14 21.09 23.27 -
YUV 129.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 151 118 128 0 0.22 0.15 0.41 341.82 0.14 0.53
Hex 97 76 80 0 16 F 29 156 E 35
Octal 227 166 200 0 26 17 51 526 16 65
Binary 10010111 1110110 10000000 0 10110 1111 101001 101010110 1110 110101

Color Harmonies of #977680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977680

Black with #977680

Text Example


Text Example

White with #977680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977680; }

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

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

background-color css

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

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

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

border-color css

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

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

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