Html Css Color HEX #83757E Monsoon

📋 copy color: '#83757E'

red 131 ◦ green 117 ◦ blue 126

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

Shades of Monsoon #83757E

Tints of Monsoon #83757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

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

R = 35.03%
G = 31.28%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83757E (or 0x83757E) is known color: Monsoon. HEX triplet: 83, 75 and 7E. RGB value is (131,117,126). Sum of RGB (Red+Green+Blue) = 131+117+126=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 131 - color contains mainly: red. Hex color #83757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757E is #7C8A81. Grayscale: #7A7A7A. Windows color (decimal): -8161922 or 8287619. OLE color: 8287619.

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

Color convert

RGB 131 117 126 -
CMYK 0 0.11 0.04 0.49
HSL 321.43º 0.06% 0.49% -
HSV(B) 321.43º 0.11% 0.51% -
XYZ 19.49 19.05 22.39 -
YUV 122.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 131 117 126 0 0.11 0.04 0.49 321.43 0.06 0.49
Hex 83 75 7E 0 B 4 31 141 6 31
Octal 203 165 176 0 13 4 61 501 6 61
Binary 10000011 1110101 1111110 0 1011 100 110001 101000001 110 110001

Color Harmonies of #83757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83757E

Black with #83757E

Text Example


Text Example

White with #83757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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