Html Css Color HEX #82707F Monsoon

📋 copy color: '#82707F'

red 130 ◦ green 112 ◦ blue 127

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

Shades of Monsoon #82707F

Tints of Monsoon #82707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.42%

R = 35.23%
G = 30.35%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82707F (or 0x82707F) is known color: Monsoon. HEX triplet: 82, 70 and 7F. RGB value is (130,112,127). Sum of RGB (Red+Green+Blue) = 130+112+127=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82707F is #7D8F80. Grayscale: #777777. Windows color (decimal): -8228737 or 8351874. OLE color: 8351874.

HSL color Cylindrical-coordinate representation of color #82707F: hue angle of 310º 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 #82707F is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 127 -
CMYK 0 0.14 0.02 0.49
HSL 310º 0.07% 0.47% -
HSV(B) 310º 0.14% 0.51% -
XYZ 18.83 17.87 22.53 -
YUV 119.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 130 112 127 0 0.14 0.02 0.49 310 0.07 0.47
Hex 82 70 7F 0 E 2 31 136 7 2F
Octal 202 160 177 0 16 2 61 466 7 57
Binary 10000010 1110000 1111111 0 1110 10 110001 100110110 111 101111

Color Harmonies of #82707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82707F

Black with #82707F

Text Example


Text Example

White with #82707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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