Html Css Color HEX #82687C Monsoon

📋 copy color: '#82687C'

red 130 ◦ green 104 ◦ blue 124

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

Shades of Monsoon #82687C

Tints of Monsoon #82687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 36.31%
G = 29.05%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82687C (or 0x82687C) is known color: Monsoon. HEX triplet: 82, 68 and 7C. RGB value is (130,104,124). Sum of RGB (Red+Green+Blue) = 130+104+124=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #82687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82687C is #7D9783. Grayscale: #727272. Windows color (decimal): -8230788 or 8153218. OLE color: 8153218.

HSL color Cylindrical-coordinate representation of color #82687C: hue angle of 313.85º 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 #82687C is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 124 -
CMYK 0 0.2 0.05 0.49
HSL 313.85º 0.11% 0.46% -
HSV(B) 313.85º 0.2% 0.51% -
XYZ 17.79 16.1 21.24 -
YUV 114.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 130 104 124 0 0.2 0.05 0.49 313.85 0.11 0.46
Hex 82 68 7C 0 14 5 31 13A B 2E
Octal 202 150 174 0 24 5 61 472 13 56
Binary 10000010 1101000 1111100 0 10100 101 110001 100111010 1011 101110

Color Harmonies of #82687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82687C

Black with #82687C

Text Example


Text Example

White with #82687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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