Html Css Color HEX #81757E Monsoon

📋 copy color: '#81757E'

red 129 ◦ green 117 ◦ blue 126

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

Shades of Monsoon #81757E

Tints of Monsoon #81757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 34.68%
G = 31.45%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81757E (or 0x81757E) is known color: Monsoon. HEX triplet: 81, 75 and 7E. RGB value is (129,117,126). Sum of RGB (Red+Green+Blue) = 129+117+126=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 129 - color contains mainly: red. Hex color #81757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81757E is #7E8A81. Grayscale: #797979. Windows color (decimal): -8292994 or 8287617. OLE color: 8287617.

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

Color convert

RGB 129 117 126 -
CMYK 0 0.09 0.02 0.49
HSL 315º 0.05% 0.48% -
HSV(B) 315º 0.09% 0.51% -
XYZ 19.18 18.9 22.38 -
YUV 121.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 129 117 126 0 0.09 0.02 0.49 315 0.05 0.48
Hex 81 75 7E 0 9 2 31 13B 5 30
Octal 201 165 176 0 11 2 61 473 5 60
Binary 10000001 1110101 1111110 0 1001 10 110001 100111011 101 110000

Color Harmonies of #81757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81757E

Black with #81757E

Text Example


Text Example

White with #81757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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