Html Css Color HEX #81757B Venus

📋 copy color: '#81757B'

red 129 ◦ green 117 ◦ blue 123

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

Shades of Venus #81757B

Tints of Venus #81757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 34.96%
G = 31.71%
B = 33.33%

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

#81757B (or 0x81757B) is known color: Venus. HEX triplet: 81, 75 and 7B. RGB value is (129,117,123). Sum of RGB (Red+Green+Blue) = 129+117+123=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 129 - color contains mainly: red. Hex color #81757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81757B is #7E8A84. Grayscale: #797979. Windows color (decimal): -8292997 or 8091009. OLE color: 8091009.

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

Color convert

RGB 129 117 123 -
CMYK 0 0.09 0.05 0.49
HSL 330º 0.05% 0.48% -
HSV(B) 330º 0.09% 0.51% -
XYZ 18.99 18.82 21.37 -
YUV 121.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 129 117 123 0 0.09 0.05 0.49 330 0.05 0.48
Hex 81 75 7B 0 9 5 31 14A 5 30
Octal 201 165 173 0 11 5 61 512 5 60
Binary 10000001 1110101 1111011 0 1001 101 110001 101001010 101 110000

Color Harmonies of #81757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81757B

Black with #81757B

Text Example


Text Example

White with #81757B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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