Html Css Color HEX #816C7C Monsoon

📋 copy color: '#816C7C'

red 129 ◦ green 108 ◦ blue 124

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

Shades of Monsoon #816C7C

Tints of Monsoon #816C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.92%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 35.73%
G = 29.92%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#816C7C (or 0x816C7C) is known color: Monsoon. HEX triplet: 81, 6C and 7C. RGB value is (129,108,124). Sum of RGB (Red+Green+Blue) = 129+108+124=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #816C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C7C is #7E9383. Grayscale: #747474. Windows color (decimal): -8295300 or 8154241. OLE color: 8154241.

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

Color convert

RGB 129 108 124 -
CMYK 0 0.16 0.04 0.49
HSL 314.29º 0.09% 0.46% -
HSV(B) 314.29º 0.16% 0.51% -
XYZ 18.05 16.85 21.37 -
YUV 116.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 129 108 124 0 0.16 0.04 0.49 314.29 0.09 0.46
Hex 81 6C 7C 0 10 4 31 13A 9 2E
Octal 201 154 174 0 20 4 61 472 11 56
Binary 10000001 1101100 1111100 0 10000 100 110001 100111010 1001 101110

Color Harmonies of #816C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816C7C

Black with #816C7C

Text Example


Text Example

White with #816C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816C7C; }

 p { color: rgb(129,108,124); }

 H1.HeaderClassName
 {
   color: #816C7C;
 }
 .AnyTagClassName
 {
   color: #816C7C;
 }
</style>

background-color css

<style>
 a { background-color: #816C7C; }

 a { background-color: rgb(129,108,124); }

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

border-color css

<style>
 span { border-color: #816C7C; }

 span { border-color: rgb(129,108,124); }

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