Html Css Color HEX #83767E Monsoon

📋 copy color: '#83767E'

red 131 ◦ green 118 ◦ blue 126

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

Shades of Monsoon #83767E

Tints of Monsoon #83767E

RGB

 RED value IS 131 (51.56% from 255) = 34.93%

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

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

R = 34.93%
G = 31.47%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83767E (or 0x83767E) is known color: Monsoon. HEX triplet: 83, 76 and 7E. RGB value is (131,118,126). Sum of RGB (Red+Green+Blue) = 131+118+126=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #83767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83767E is #7C8981. Grayscale: #7A7A7A. Windows color (decimal): -8161666 or 8287875. OLE color: 8287875.

HSL color Cylindrical-coordinate representation of color #83767E: hue angle of 323.08º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #83767E is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 118 126 -
CMYK 0 0.10 0.04 0.49
HSL 323.08º 0.05% 0.49% -
HSV(B) 323.08º 0.1% 0.51% -
XYZ 19.6 19.29 22.43 -
YUV 122.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 131 118 126 0 0.10 0.04 0.49 323.08 0.05 0.49
Hex 83 76 7E 0 A 4 31 143 5 31
Octal 203 166 176 0 12 4 61 503 5 61
Binary 10000011 1110110 1111110 0 1010 100 110001 101000011 101 110001

Color Harmonies of #83767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83767E

Black with #83767E

Text Example


Text Example

White with #83767E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,118,126); }

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

background-color css

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

 a { background-color: rgb(131,118,126); }

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

border-color css

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

 span { border-color: rgb(131,118,126); }

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