Html Css Color HEX #83847F Jumbo

📋 copy color: '#83847F'

red 131 ◦ green 132 ◦ blue 127

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

Shades of Jumbo #83847F

Tints of Jumbo #83847F

RGB

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

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

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

R = 33.59%
G = 33.85%
B = 32.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#83847F (or 0x83847F) is known color: Jumbo. HEX triplet: 83, 84 and 7F. RGB value is (131,132,127). Sum of RGB (Red+Green+Blue) = 131+132+127=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 132 - color contains mainly: green. Hex color #83847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83847F is #7C7B80. Grayscale: #838383. Windows color (decimal): -8158081 or 8356995. OLE color: 8356995.

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

Color convert

RGB 131 132 127 -
CMYK 0.01 0 0.04 0.48
HSL 72º 0.02% 0.51% -
HSV(B) 72º 0.04% 0.52% -
XYZ 21.44 22.86 23.36 -
YUV 131.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 131 132 127 0.01 0 0.04 0.48 72 0.02 0.51
Hex 83 84 7F 1 0 4 30 48 2 33
Octal 203 204 177 1 0 4 60 110 2 63
Binary 10000011 10000100 1111111 1 0 100 110000 1001000 10 110011

Color Harmonies of #83847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83847F

Black with #83847F

Text Example


Text Example

White with #83847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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