Html Css Color HEX #83847B Jumbo

📋 copy color: '#83847B'

red 131 ◦ green 132 ◦ blue 123

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

Shades of Jumbo #83847B

Tints of Jumbo #83847B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 33.94%
G = 34.2%
B = 31.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#83847B (or 0x83847B) is known color: Jumbo. HEX triplet: 83, 84 and 7B. RGB value is (131,132,123). Sum of RGB (Red+Green+Blue) = 131+132+123=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 132 - color contains mainly: green. Hex color #83847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83847B is #7C7B84. Grayscale: #828282. Windows color (decimal): -8158085 or 8094851. OLE color: 8094851.

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

Color convert

RGB 131 132 123 -
CMYK 0.01 0 0.07 0.48
HSL 66.67º 0.04% 0.5% -
HSV(B) 66.67º 0.07% 0.52% -
XYZ 21.19 22.76 22.01 -
YUV 130.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 131 132 123 0.01 0 0.07 0.48 66.67 0.04 0.5
Hex 83 84 7B 1 0 7 30 43 4 32
Octal 203 204 173 1 0 7 60 103 4 62
Binary 10000011 10000100 1111011 1 0 111 110000 1000011 100 110010

Color Harmonies of #83847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83847B

Black with #83847B

Text Example


Text Example

White with #83847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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