Html Css Color HEX #81767A Venus

📋 copy color: '#81767A'

red 129 ◦ green 118 ◦ blue 122

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

Shades of Venus #81767A

Tints of Venus #81767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 122 (48.05% from 255) = 33.06%

R = 34.96%
G = 31.98%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#81767A (or 0x81767A) is known color: Venus. HEX triplet: 81, 76 and 7A. RGB value is (129,118,122). Sum of RGB (Red+Green+Blue) = 129+118+122=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 129 - color contains mainly: red. Hex color #81767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81767A is #7E8985. Grayscale: #797979. Windows color (decimal): -8292742 or 8025729. OLE color: 8025729.

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

Color convert

RGB 129 118 122 -
CMYK 0 0.09 0.05 0.49
HSL 338.18º 0.04% 0.48% -
HSV(B) 338.18º 0.09% 0.51% -
XYZ 19.04 19.03 21.08 -
YUV 121.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 129 118 122 0 0.09 0.05 0.49 338.18 0.04 0.48
Hex 81 76 7A 0 9 5 31 152 4 30
Octal 201 166 172 0 11 5 61 522 4 60
Binary 10000001 1110110 1111010 0 1001 101 110001 101010010 100 110000

Color Harmonies of #81767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81767A

Black with #81767A

Text Example


Text Example

White with #81767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81767A; }

 p { color: rgb(129,118,122); }

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

background-color css

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

 a { background-color: rgb(129,118,122); }

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

border-color css

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

 span { border-color: rgb(129,118,122); }

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