Html Css Color HEX #82727D Monsoon

📋 copy color: '#82727D'

red 130 ◦ green 114 ◦ blue 125

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

Shades of Monsoon #82727D

Tints of Monsoon #82727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.89%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 35.23%
G = 30.89%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82727D (or 0x82727D) is known color: Monsoon. HEX triplet: 82, 72 and 7D. RGB value is (130,114,125). Sum of RGB (Red+Green+Blue) = 130+114+125=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 130 - color contains mainly: red. Hex color #82727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82727D is #7D8D82. Grayscale: #787878. Windows color (decimal): -8228227 or 8221314. OLE color: 8221314.

HSL color Cylindrical-coordinate representation of color #82727D: hue angle of 318.75º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82727D is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 125 -
CMYK 0 0.12 0.04 0.49
HSL 318.75º 0.07% 0.48% -
HSV(B) 318.75º 0.12% 0.51% -
XYZ 18.92 18.26 21.93 -
YUV 120.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 130 114 125 0 0.12 0.04 0.49 318.75 0.07 0.48
Hex 82 72 7D 0 C 4 31 13F 7 30
Octal 202 162 175 0 14 4 61 477 7 60
Binary 10000010 1110010 1111101 0 1100 100 110001 100111111 111 110000

Color Harmonies of #82727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82727D

Black with #82727D

Text Example


Text Example

White with #82727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82727D; }

 p { color: rgb(130,114,125); }

 H1.HeaderClassName
 {
   color: #82727D;
 }
 .AnyTagClassName
 {
   color: #82727D;
 }
</style>

background-color css

<style>
 a { background-color: #82727D; }

 a { background-color: rgb(130,114,125); }

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

border-color css

<style>
 span { border-color: #82727D; }

 span { border-color: rgb(130,114,125); }

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