Html Css Color HEX #81707D Monsoon

📋 copy color: '#81707D'

red 129 ◦ green 112 ◦ blue 125

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

Shades of Monsoon #81707D

Tints of Monsoon #81707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 35.25%
G = 30.6%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81707D (or 0x81707D) is known color: Monsoon. HEX triplet: 81, 70 and 7D. RGB value is (129,112,125). Sum of RGB (Red+Green+Blue) = 129+112+125=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #81707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81707D is #7E8F82. Grayscale: #767676. Windows color (decimal): -8294275 or 8220801. OLE color: 8220801.

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

Color convert

RGB 129 112 125 -
CMYK 0 0.13 0.03 0.49
HSL 314.12º 0.07% 0.47% -
HSV(B) 314.12º 0.13% 0.51% -
XYZ 18.55 17.74 21.85 -
YUV 118.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 129 112 125 0 0.13 0.03 0.49 314.12 0.07 0.47
Hex 81 70 7D 0 D 3 31 13A 7 2F
Octal 201 160 175 0 15 3 61 472 7 57
Binary 10000001 1110000 1111101 0 1101 11 110001 100111010 111 101111

Color Harmonies of #81707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81707D

Black with #81707D

Text Example


Text Example

White with #81707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81707D; }

 p { color: rgb(129,112,125); }

 H1.HeaderClassName
 {
   color: #81707D;
 }
 .AnyTagClassName
 {
   color: #81707D;
 }
</style>

background-color css

<style>
 a { background-color: #81707D; }

 a { background-color: rgb(129,112,125); }

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

border-color css

<style>
 span { border-color: #81707D; }

 span { border-color: rgb(129,112,125); }

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