Html Css Color HEX #81787C Venus

📋 copy color: '#81787C'

red 129 ◦ green 120 ◦ blue 124

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

Shades of Venus #81787C

Tints of Venus #81787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

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

R = 34.58%
G = 32.17%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81787C (or 0x81787C) is known color: Venus. HEX triplet: 81, 78 and 7C. RGB value is (129,120,124). Sum of RGB (Red+Green+Blue) = 129+120+124=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 129 - color contains mainly: red. Hex color #81787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81787C is #7E8783. Grayscale: #7B7B7B. Windows color (decimal): -8292228 or 8157313. OLE color: 8157313.

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

Color convert

RGB 129 120 124 -
CMYK 0 0.07 0.04 0.49
HSL 333.33º 0.04% 0.49% -
HSV(B) 333.33º 0.07% 0.51% -
XYZ 19.41 19.56 21.82 -
YUV 123.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 129 120 124 0 0.07 0.04 0.49 333.33 0.04 0.49
Hex 81 78 7C 0 7 4 31 14D 4 31
Octal 201 170 174 0 7 4 61 515 4 61
Binary 10000001 1111000 1111100 0 111 100 110001 101001101 100 110001

Color Harmonies of #81787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81787C

Black with #81787C

Text Example


Text Example

White with #81787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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