Html Css Color HEX #82677A Monsoon

📋 copy color: '#82677A'

red 130 ◦ green 103 ◦ blue 122

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

Shades of Monsoon #82677A

Tints of Monsoon #82677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

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

R = 36.62%
G = 29.01%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82677A (or 0x82677A) is known color: Monsoon. HEX triplet: 82, 67 and 7A. RGB value is (130,103,122). Sum of RGB (Red+Green+Blue) = 130+103+122=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82677A is #7D9885. Grayscale: #717171. Windows color (decimal): -8231046 or 8021890. OLE color: 8021890.

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

Color convert

RGB 130 103 122 -
CMYK 0 0.21 0.06 0.49
HSL 317.78º 0.12% 0.46% -
HSV(B) 317.78º 0.21% 0.51% -
XYZ 17.57 15.85 20.55 -
YUV 113.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 130 103 122 0 0.21 0.06 0.49 317.78 0.12 0.46
Hex 82 67 7A 0 15 6 31 13E C 2E
Octal 202 147 172 0 25 6 61 476 14 56
Binary 10000010 1100111 1111010 0 10101 110 110001 100111110 1100 101110

Color Harmonies of #82677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82677A

Black with #82677A

Text Example


Text Example

White with #82677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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