Html Css Color HEX #82827E Jumbo

📋 copy color: '#82827E'

red 130 ◦ green 130 ◦ blue 126

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

Shades of Jumbo #82827E

Tints of Jumbo #82827E

RGB

 RED value IS 130 (51.17% from 255) = 33.68%

 GREEN value IS 130 (51.17% from 255) = 33.68%

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 33.68%
G = 33.68%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#82827E (or 0x82827E) is known color: Jumbo. HEX triplet: 82, 82 and 7E. RGB value is (130,130,126). Sum of RGB (Red+Green+Blue) = 130+130+126=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 130 - color contains mainly: red, green. Hex color #82827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82827E is #7D7D81. Grayscale: #818181. Windows color (decimal): -8224130 or 8290946. OLE color: 8290946.

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

Color convert

RGB 130 130 126 -
CMYK 0 0 0.03 0.49
HSL 60º 0.02% 0.5% -
HSV(B) 60º 0.03% 0.51% -
XYZ 20.95 22.22 22.92 -
YUV 129.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 130 130 126 0 0 0.03 0.49 60 0.02 0.5
Hex 82 82 7E 0 0 3 31 3C 2 32
Octal 202 202 176 0 0 3 61 74 2 62
Binary 10000010 10000010 1111110 0 0 11 110001 111100 10 110010

Color Harmonies of #82827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82827E

Black with #82827E

Text Example


Text Example

White with #82827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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