Html Css Color HEX #977581 Venus

📋 copy color: '#977581'

red 151 ◦ green 117 ◦ blue 129

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

Shades of Venus #977581

Tints of Venus #977581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 38.04%
G = 29.47%
B = 32.49%

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

#977581 (or 0x977581) is known color: Venus. HEX triplet: 97, 75 and 81. RGB value is (151,117,129). Sum of RGB (Red+Green+Blue) = 151+117+129=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #977581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977581 is #688A7E. Grayscale: #808080. Windows color (decimal): -6851199 or 8484247. OLE color: 8484247.

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

Color convert

RGB 151 117 129 -
CMYK 0 0.23 0.15 0.41
HSL 338.82º 0.14% 0.53% -
HSV(B) 338.82º 0.23% 0.59% -
XYZ 23.09 20.89 23.58 -
YUV 128.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 151 117 129 0 0.23 0.15 0.41 338.82 0.14 0.53
Hex 97 75 81 0 17 F 29 153 E 35
Octal 227 165 201 0 27 17 51 523 16 65
Binary 10010111 1110101 10000001 0 10111 1111 101001 101010011 1110 110101

Color Harmonies of #977581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977581

Black with #977581

Text Example


Text Example

White with #977581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977581; }

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

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

background-color css

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

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

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

border-color css

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

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

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