Html Css Color HEX #82757D Monsoon

📋 copy color: '#82757D'

red 130 ◦ green 117 ◦ blue 125

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

Shades of Monsoon #82757D

Tints of Monsoon #82757D

RGB

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

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

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

R = 34.95%
G = 31.45%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82757D (or 0x82757D) is known color: Monsoon. HEX triplet: 82, 75 and 7D. RGB value is (130,117,125). Sum of RGB (Red+Green+Blue) = 130+117+125=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 130 - color contains mainly: red. Hex color #82757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82757D is #7D8A82. Grayscale: #797979. Windows color (decimal): -8227459 or 8222082. OLE color: 8222082.

HSL color Cylindrical-coordinate representation of color #82757D: hue angle of 323.08º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82757D is Cyan = 0, Magento = 0.1, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 125 -
CMYK 0 0.1 0.04 0.49
HSL 323.08º 0.05% 0.48% -
HSV(B) 323.08º 0.1% 0.51% -
XYZ 19.27 18.95 22.04 -
YUV 121.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 130 117 125 0 0.1 0.04 0.49 323.08 0.05 0.48
Hex 82 75 7D 0 A 4 31 143 5 30
Octal 202 165 175 0 12 4 61 503 5 60
Binary 10000010 1110101 1111101 0 1010 100 110001 101000011 101 110000

Color Harmonies of #82757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82757D

Black with #82757D

Text Example


Text Example

White with #82757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,117,125); }

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

background-color css

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

 a { background-color: rgb(130,117,125); }

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

border-color css

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

 span { border-color: rgb(130,117,125); }

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