Html Css Color HEX #82767F Monsoon

📋 copy color: '#82767F'

red 130 ◦ green 118 ◦ blue 127

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

Shades of Monsoon #82767F

Tints of Monsoon #82767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

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

R = 34.67%
G = 31.47%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82767F (or 0x82767F) is known color: Monsoon. HEX triplet: 82, 76 and 7F. RGB value is (130,118,127). Sum of RGB (Red+Green+Blue) = 130+118+127=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 130 - color contains mainly: red. Hex color #82767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82767F is #7D8980. Grayscale: #7A7A7A. Windows color (decimal): -8227201 or 8353410. OLE color: 8353410.

HSL color Cylindrical-coordinate representation of color #82767F: hue angle of 315º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #82767F is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 127 -
CMYK 0 0.09 0.02 0.49
HSL 315º 0.05% 0.49% -
HSV(B) 315º 0.09% 0.51% -
XYZ 19.52 19.24 22.76 -
YUV 122.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 130 118 127 0 0.09 0.02 0.49 315 0.05 0.49
Hex 82 76 7F 0 9 2 31 13B 5 31
Octal 202 166 177 0 11 2 61 473 5 61
Binary 10000010 1110110 1111111 0 1001 10 110001 100111011 101 110001

Color Harmonies of #82767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82767F

Black with #82767F

Text Example


Text Example

White with #82767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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