Html Css Color HEX #82797F Monsoon

📋 copy color: '#82797F'

red 130 ◦ green 121 ◦ blue 127

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

Shades of Monsoon #82797F

Tints of Monsoon #82797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

 BLUE value IS 127 (50% from 255) = 33.6%

R = 34.39%
G = 32.01%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82797F (or 0x82797F) is known color: Monsoon. HEX triplet: 82, 79 and 7F. RGB value is (130,121,127). Sum of RGB (Red+Green+Blue) = 130+121+127=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #82797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82797F is #7D8680. Grayscale: #7C7C7C. Windows color (decimal): -8226433 or 8354178. OLE color: 8354178.

HSL color Cylindrical-coordinate representation of color #82797F: hue angle of 320º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #82797F is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 127 -
CMYK 0 0.07 0.02 0.49
HSL 320º 0.04% 0.49% -
HSV(B) 320º 0.07% 0.51% -
XYZ 19.87 19.95 22.88 -
YUV 124.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 130 121 127 0 0.07 0.02 0.49 320 0.04 0.49
Hex 82 79 7F 0 7 2 31 140 4 31
Octal 202 171 177 0 7 2 61 500 4 61
Binary 10000010 1111001 1111111 0 111 10 110001 101000000 100 110001

Color Harmonies of #82797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82797F

Black with #82797F

Text Example


Text Example

White with #82797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82797F; }

 p { color: rgb(130,121,127); }

 H1.HeaderClassName
 {
   color: #82797F;
 }
 .AnyTagClassName
 {
   color: #82797F;
 }
</style>

background-color css

<style>
 a { background-color: #82797F; }

 a { background-color: rgb(130,121,127); }

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

border-color css

<style>
 span { border-color: #82797F; }

 span { border-color: rgb(130,121,127); }

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