Html Css Color HEX #817077 Venus

📋 copy color: '#817077'

red 129 ◦ green 112 ◦ blue 119

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

Shades of Venus #817077

Tints of Venus #817077

RGB

 RED value IS 129 (50.78% from 255) = 35.83%

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 35.83%
G = 31.11%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#817077 (or 0x817077) is known color: Venus. HEX triplet: 81, 70 and 77. RGB value is (129,112,119). Sum of RGB (Red+Green+Blue) = 129+112+119=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 129 - color contains mainly: red. Hex color #817077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817077 is #7E8F88. Grayscale: #757575. Windows color (decimal): -8294281 or 7827585. OLE color: 7827585.

HSL color Cylindrical-coordinate representation of color #817077: hue angle of 335.29º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817077 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 112 119 -
CMYK 0 0.13 0.08 0.49
HSL 335.29º 0.07% 0.47% -
HSV(B) 335.29º 0.13% 0.51% -
XYZ 18.18 17.59 19.89 -
YUV 117.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 129 112 119 0 0.13 0.08 0.49 335.29 0.07 0.47
Hex 81 70 77 0 D 8 31 14F 7 2F
Octal 201 160 167 0 15 10 61 517 7 57
Binary 10000001 1110000 1110111 0 1101 1000 110001 101001111 111 101111

Color Harmonies of #817077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817077

Black with #817077

Text Example


Text Example

White with #817077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817077; }

 p { color: rgb(129,112,119); }

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

background-color css

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

 a { background-color: rgb(129,112,119); }

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

border-color css

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

 span { border-color: rgb(129,112,119); }

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