Html Css Color HEX #977580 Venus

📋 copy color: '#977580'

red 151 ◦ green 117 ◦ blue 128

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

Shades of Venus #977580

Tints of Venus #977580

RGB

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

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

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

R = 38.13%
G = 29.55%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#977580 (or 0x977580) is known color: Venus. HEX triplet: 97, 75 and 80. RGB value is (151,117,128). Sum of RGB (Red+Green+Blue) = 151+117+128=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #977580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977580 is #688A7F. Grayscale: #808080. Windows color (decimal): -6851200 or 8418711. OLE color: 8418711.

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

Color convert

RGB 151 117 128 -
CMYK 0 0.23 0.15 0.41
HSL 340.59º 0.14% 0.53% -
HSV(B) 340.59º 0.23% 0.59% -
XYZ 23.02 20.86 23.24 -
YUV 128.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 151 117 128 0 0.23 0.15 0.41 340.59 0.14 0.53
Hex 97 75 80 0 17 F 29 155 E 35
Octal 227 165 200 0 27 17 51 525 16 65
Binary 10010111 1110101 10000000 0 10111 1111 101001 101010101 1110 110101

Color Harmonies of #977580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977580

Black with #977580

Text Example


Text Example

White with #977580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977580; }

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

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

background-color css

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

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

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

border-color css

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

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

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