Html Css Color HEX #81797C Venus

📋 copy color: '#81797C'

red 129 ◦ green 121 ◦ blue 124

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

Shades of Venus #81797C

Tints of Venus #81797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 34.49%
G = 32.35%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81797C (or 0x81797C) is known color: Venus. HEX triplet: 81, 79 and 7C. RGB value is (129,121,124). Sum of RGB (Red+Green+Blue) = 129+121+124=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 129 - color contains mainly: red. Hex color #81797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81797C is #7E8683. Grayscale: #7B7B7B. Windows color (decimal): -8291972 or 8157569. OLE color: 8157569.

HSL color Cylindrical-coordinate representation of color #81797C: hue angle of 337.5º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #81797C is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 121 124 -
CMYK 0 0.06 0.04 0.49
HSL 337.5º 0.03% 0.49% -
HSV(B) 337.5º 0.06% 0.51% -
XYZ 19.53 19.8 21.86 -
YUV 123.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 129 121 124 0 0.06 0.04 0.49 337.5 0.03 0.49
Hex 81 79 7C 0 6 4 31 152 3 31
Octal 201 171 174 0 6 4 61 522 3 61
Binary 10000001 1111001 1111100 0 110 100 110001 101010010 11 110001

Color Harmonies of #81797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81797C

Black with #81797C

Text Example


Text Example

White with #81797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81797C; }

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

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

background-color css

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

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

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

border-color css

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

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

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