Html Css Color HEX #82687A Monsoon

📋 copy color: '#82687A'

red 130 ◦ green 104 ◦ blue 122

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

Shades of Monsoon #82687A

Tints of Monsoon #82687A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

 BLUE value IS 122 (48.05% from 255) = 34.27%

R = 36.52%
G = 29.21%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82687A (or 0x82687A) is known color: Monsoon. HEX triplet: 82, 68 and 7A. RGB value is (130,104,122). Sum of RGB (Red+Green+Blue) = 130+104+122=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82687A is #7D9785. Grayscale: #717171. Windows color (decimal): -8230790 or 8022146. OLE color: 8022146.

HSL color Cylindrical-coordinate representation of color #82687A: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82687A is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 122 -
CMYK 0 0.2 0.06 0.49
HSL 318.46º 0.11% 0.46% -
HSV(B) 318.46º 0.2% 0.51% -
XYZ 17.67 16.05 20.58 -
YUV 113.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 130 104 122 0 0.2 0.06 0.49 318.46 0.11 0.46
Hex 82 68 7A 0 14 6 31 13E B 2E
Octal 202 150 172 0 24 6 61 476 13 56
Binary 10000010 1101000 1111010 0 10100 110 110001 100111110 1011 101110

Color Harmonies of #82687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82687A

Black with #82687A

Text Example


Text Example

White with #82687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82687A; }

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

 H1.HeaderClassName
 {
   color: #82687A;
 }
 .AnyTagClassName
 {
   color: #82687A;
 }
</style>

background-color css

<style>
 a { background-color: #82687A; }

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

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

border-color css

<style>
 span { border-color: #82687A; }

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

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