Html Css Color HEX #81757A Venus

📋 copy color: '#81757A'

red 129 ◦ green 117 ◦ blue 122

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

Shades of Venus #81757A

Tints of Venus #81757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

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

R = 35.05%
G = 31.79%
B = 33.15%

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

#81757A (or 0x81757A) is known color: Venus. HEX triplet: 81, 75 and 7A. RGB value is (129,117,122). Sum of RGB (Red+Green+Blue) = 129+117+122=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 129 - color contains mainly: red. Hex color #81757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81757A is #7E8A85. Grayscale: #797979. Windows color (decimal): -8292998 or 8025473. OLE color: 8025473.

HSL color Cylindrical-coordinate representation of color #81757A: hue angle of 335º degrees, saturation: 0.05, 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 #81757A is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 117 122 -
CMYK 0 0.09 0.05 0.49
HSL 335º 0.05% 0.48% -
HSV(B) 335º 0.09% 0.51% -
XYZ 18.93 18.79 21.04 -
YUV 121.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 129 117 122 0 0.09 0.05 0.49 335 0.05 0.48
Hex 81 75 7A 0 9 5 31 14F 5 30
Octal 201 165 172 0 11 5 61 517 5 60
Binary 10000001 1110101 1111010 0 1001 101 110001 101001111 101 110000

Color Harmonies of #81757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81757A

Black with #81757A

Text Example


Text Example

White with #81757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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