#838380

Color #838380 Jumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jumbo #838380

Tints of Jumbo #838380

Color information

#838380 (or 0x838380) is unknown color: approx Jumbo. HEX triplet: 83, 83 and 80. RGB value is (131,131,128). Sum of RGB (Red+Green+Blue) = 131+131+128=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838380 is #7C7C7F. Grayscale: #828282. Windows color (decimal): -8158336 or 8422275. OLE color: 8422275.

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

Color convert

RGB131131128-
CMYK000.020.49
HSL60º1.2%50.78%-
HSV(B)60º2.29%51.37%-
XYZ21.3722.6223.66-
YUV130.66126.5128.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=33.59%
G=33.59%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131128000.020.49601.250.78
Hex838380002313c133
Octal2032032000026174163
Binary10000011100000111000000000101100011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838380; }

 p { color: rgb(131,131,128); }

 H1.HeaderClassName
 {
   color: #838380;
 }
 .AnyTagClassName
 {
   color: #838380;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #838380;
 }
 .BgClassName
 {
   background-color: #838380;
 }
</style>
border-color css

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

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

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