Html Css Color HEX #82707E Monsoon

📋 copy color: '#82707E'

red 130 ◦ green 112 ◦ blue 126

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

Shades of Monsoon #82707E

Tints of Monsoon #82707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 35.33%
G = 30.43%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#82707E (or 0x82707E) is known color: Monsoon. HEX triplet: 82, 70 and 7E. RGB value is (130,112,126). Sum of RGB (Red+Green+Blue) = 130+112+126=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #82707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82707E is #7D8F81. Grayscale: #767676. Windows color (decimal): -8228738 or 8286338. OLE color: 8286338.

HSL color Cylindrical-coordinate representation of color #82707E: hue angle of 313.33º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #82707E is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 126 -
CMYK 0 0.14 0.03 0.49
HSL 313.33º 0.07% 0.47% -
HSV(B) 313.33º 0.14% 0.51% -
XYZ 18.77 17.84 22.19 -
YUV 118.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 130 112 126 0 0.14 0.03 0.49 313.33 0.07 0.47
Hex 82 70 7E 0 E 3 31 139 7 2F
Octal 202 160 176 0 16 3 61 471 7 57
Binary 10000010 1110000 1111110 0 1110 11 110001 100111001 111 101111

Color Harmonies of #82707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82707E

Black with #82707E

Text Example


Text Example

White with #82707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82707E; }

 p { color: rgb(130,112,126); }

 H1.HeaderClassName
 {
   color: #82707E;
 }
 .AnyTagClassName
 {
   color: #82707E;
 }
</style>

background-color css

<style>
 a { background-color: #82707E; }

 a { background-color: rgb(130,112,126); }

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

border-color css

<style>
 span { border-color: #82707E; }

 span { border-color: rgb(130,112,126); }

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