Html Css Color HEX #82707B Monsoon

📋 copy color: '#82707B'

red 130 ◦ green 112 ◦ blue 123

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

Shades of Monsoon #82707B

Tints of Monsoon #82707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 35.62%
G = 30.68%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82707B (or 0x82707B) is known color: Monsoon. HEX triplet: 82, 70 and 7B. RGB value is (130,112,123). Sum of RGB (Red+Green+Blue) = 130+112+123=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #82707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82707B is #7D8F84. Grayscale: #767676. Windows color (decimal): -8228741 or 8089730. OLE color: 8089730.

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

Color convert

RGB 130 112 123 -
CMYK 0 0.14 0.05 0.49
HSL 323.33º 0.07% 0.47% -
HSV(B) 323.33º 0.14% 0.51% -
XYZ 18.58 17.76 21.19 -
YUV 118.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 130 112 123 0 0.14 0.05 0.49 323.33 0.07 0.47
Hex 82 70 7B 0 E 5 31 143 7 2F
Octal 202 160 173 0 16 5 61 503 7 57
Binary 10000010 1110000 1111011 0 1110 101 110001 101000011 111 101111

Color Harmonies of #82707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82707B

Black with #82707B

Text Example


Text Example

White with #82707B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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