Html Css Color HEX #817479 Venus

📋 copy color: '#817479'

red 129 ◦ green 116 ◦ blue 121

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

Shades of Venus #817479

Tints of Venus #817479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 35.25%
G = 31.69%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#817479 (or 0x817479) is known color: Venus. HEX triplet: 81, 74 and 79. RGB value is (129,116,121). Sum of RGB (Red+Green+Blue) = 129+116+121=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #817479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817479 is #7E8B86. Grayscale: #787878. Windows color (decimal): -8293255 or 7959681. OLE color: 7959681.

HSL color Cylindrical-coordinate representation of color #817479: hue angle of 336.92º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #817479 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 116 121 -
CMYK 0 0.10 0.06 0.49
HSL 336.92º 0.05% 0.48% -
HSV(B) 336.92º 0.1% 0.51% -
XYZ 18.75 18.54 20.68 -
YUV 120.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 129 116 121 0 0.10 0.06 0.49 336.92 0.05 0.48
Hex 81 74 79 0 A 6 31 151 5 30
Octal 201 164 171 0 12 6 61 521 5 60
Binary 10000001 1110100 1111001 0 1010 110 110001 101010001 101 110000

Color Harmonies of #817479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817479

Black with #817479

Text Example


Text Example

White with #817479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817479; }

 p { color: rgb(129,116,121); }

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

background-color css

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

 a { background-color: rgb(129,116,121); }

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

border-color css

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

 span { border-color: rgb(129,116,121); }

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