Html Css Color HEX #838382 Jumbo

📋 copy color: '#838382'

red 131 ◦ green 131 ◦ blue 130

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

Shades of Jumbo #838382

Tints of Jumbo #838382

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 33.42%
G = 33.42%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#838382 (or 0x838382) is known color: Jumbo. HEX triplet: 83, 83 and 82. RGB value is (131,131,130). Sum of RGB (Red+Green+Blue) = 131+131+130=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838382 is #7C7C7D. Grayscale: #828282. Windows color (decimal): -8158334 or 8553347. OLE color: 8553347.

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

Color convert

RGB 131 131 130 -
CMYK 0 0 0.01 0.49
HSL 60º 0% 0.51% -
HSV(B) 60º 0.01% 0.51% -
XYZ 21.51 22.67 24.36 -
YUV 130.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 131 131 130 0 0 0.01 0.49 60 0 0.51
Hex 83 83 82 0 0 1 31 3C 0 33
Octal 203 203 202 0 0 1 61 74 0 63
Binary 10000011 10000011 10000010 0 0 1 110001 111100 0 110011

Color Harmonies of #838382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838382

Black with #838382

Text Example


Text Example

White with #838382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838382; }

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

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

background-color css

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

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

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

border-color css

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

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

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