Html Css Color HEX #838380 Jumbo

📋 copy color: '#838380'

red 131 ◦ green 131 ◦ blue 128

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

Shades of Jumbo #838380

Tints of Jumbo #838380

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 value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#838380 (or 0x838380) is known color: 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

RGB 131 131 128 -
CMYK 0 0 0.02 0.49
HSL 60º 0.01% 0.51% -
HSV(B) 60º 0.02% 0.51% -
XYZ 21.37 22.62 23.66 -
YUV 130.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 131 131 128 0 0 0.02 0.49 60 0.01 0.51
Hex 83 83 80 0 0 2 31 3C 1 33
Octal 203 203 200 0 0 2 61 74 1 63
Binary 10000011 10000011 10000000 0 0 10 110001 111100 1 110011

Color Harmonies of #838380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838380

Black with #838380

Text Example


Text Example

White with #838380

Text Example


Text Example

HTML Codes & Css Web 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>