Html Css Color HEX #83847E Jumbo

📋 copy color: '#83847E'

red 131 ◦ green 132 ◦ blue 126

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

Shades of Jumbo #83847E

Tints of Jumbo #83847E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

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

R = 33.68%
G = 33.93%
B = 32.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#83847E (or 0x83847E) is known color: Jumbo. HEX triplet: 83, 84 and 7E. RGB value is (131,132,126). Sum of RGB (Red+Green+Blue) = 131+132+126=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 132 - color contains mainly: green. Hex color #83847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83847E is #7C7B81. Grayscale: #838383. Windows color (decimal): -8158082 or 8291459. OLE color: 8291459.

HSL color Cylindrical-coordinate representation of color #83847E: hue angle of 70º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #83847E is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 132 126 -
CMYK 0.01 0 0.05 0.48
HSL 70º 0.02% 0.51% -
HSV(B) 70º 0.05% 0.52% -
XYZ 21.38 22.83 23.02 -
YUV 131.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 131 132 126 0.01 0 0.05 0.48 70 0.02 0.51
Hex 83 84 7E 1 0 5 30 46 2 33
Octal 203 204 176 1 0 5 60 106 2 63
Binary 10000011 10000100 1111110 1 0 101 110000 1000110 10 110011

Color Harmonies of #83847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83847E

Black with #83847E

Text Example


Text Example

White with #83847E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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