Html Css Color HEX #827A81 Monsoon

📋 copy color: '#827A81'

red 130 ◦ green 122 ◦ blue 129

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

Shades of Monsoon #827A81

Tints of Monsoon #827A81

RGB

 RED value IS 130 (51.17% from 255) = 34.12%

 GREEN value IS 122 (48.05% from 255) = 32.02%

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 34.12%
G = 32.02%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#827A81 (or 0x827A81) is known color: Monsoon. HEX triplet: 82, 7A and 81. RGB value is (130,122,129). Sum of RGB (Red+Green+Blue) = 130+122+129=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 130 - color contains mainly: red. Hex color #827A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A81 is #7D857E. Grayscale: #7D7D7D. Windows color (decimal): -8226175 or 8485506. OLE color: 8485506.

HSL color Cylindrical-coordinate representation of color #827A81: hue angle of 307.5º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #827A81 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 129 -
CMYK 0 0.06 0.01 0.49
HSL 307.5º 0.03% 0.49% -
HSV(B) 307.5º 0.06% 0.51% -
XYZ 20.13 20.25 23.62 -
YUV 125.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 130 122 129 0 0.06 0.01 0.49 307.5 0.03 0.49
Hex 82 7A 81 0 6 1 31 134 3 31
Octal 202 172 201 0 6 1 61 464 3 61
Binary 10000010 1111010 10000001 0 110 1 110001 100110100 11 110001

Color Harmonies of #827A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A81

Black with #827A81

Text Example


Text Example

White with #827A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A81; }

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

 H1.HeaderClassName
 {
   color: #827A81;
 }
 .AnyTagClassName
 {
   color: #827A81;
 }
</style>

background-color css

<style>
 a { background-color: #827A81; }

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

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

border-color css

<style>
 span { border-color: #827A81; }

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

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