Html Css Color HEX #83847D Jumbo

📋 copy color: '#83847D'

red 131 ◦ green 132 ◦ blue 125

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

Shades of Jumbo #83847D

Tints of Jumbo #83847D

RGB

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

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

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

R = 33.76%
G = 34.02%
B = 32.22%

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

#83847D (or 0x83847D) is known color: Jumbo. HEX triplet: 83, 84 and 7D. RGB value is (131,132,125). Sum of RGB (Red+Green+Blue) = 131+132+125=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 132 - color contains mainly: green. Hex color #83847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83847D is #7C7B82. Grayscale: #828282. Windows color (decimal): -8158083 or 8225923. OLE color: 8225923.

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

Color convert

RGB 131 132 125 -
CMYK 0.01 0 0.05 0.48
HSL 68.57º 0.03% 0.5% -
HSV(B) 68.57º 0.05% 0.52% -
XYZ 21.31 22.81 22.68 -
YUV 130.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 131 132 125 0.01 0 0.05 0.48 68.57 0.03 0.5
Hex 83 84 7D 1 0 5 30 45 3 32
Octal 203 204 175 1 0 5 60 105 3 62
Binary 10000011 10000100 1111101 1 0 101 110000 1000101 11 110010

Color Harmonies of #83847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83847D

Black with #83847D

Text Example


Text Example

White with #83847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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