Html Css Color HEX #82767D Monsoon

📋 copy color: '#82767D'

red 130 ◦ green 118 ◦ blue 125

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

Shades of Monsoon #82767D

Tints of Monsoon #82767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 34.85%
G = 31.64%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82767D (or 0x82767D) is known color: Monsoon. HEX triplet: 82, 76 and 7D. RGB value is (130,118,125). Sum of RGB (Red+Green+Blue) = 130+118+125=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 130 - color contains mainly: red. Hex color #82767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82767D is #7D8982. Grayscale: #7A7A7A. Windows color (decimal): -8227203 or 8222338. OLE color: 8222338.

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

Color convert

RGB 130 118 125 -
CMYK 0 0.09 0.04 0.49
HSL 325º 0.05% 0.49% -
HSV(B) 325º 0.09% 0.51% -
XYZ 19.39 19.18 22.08 -
YUV 122.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 130 118 125 0 0.09 0.04 0.49 325 0.05 0.49
Hex 82 76 7D 0 9 4 31 145 5 31
Octal 202 166 175 0 11 4 61 505 5 61
Binary 10000010 1110110 1111101 0 1001 100 110001 101000101 101 110001

Color Harmonies of #82767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82767D

Black with #82767D

Text Example


Text Example

White with #82767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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