Html Css Color HEX #82828C Manatee

📋 copy color: '#82828C'

red 130 ◦ green 130 ◦ blue 140

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

Shades of Manatee #82828C

Tints of Manatee #82828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 32.5%
G = 32.5%
B = 35%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82828C (or 0x82828C) is known color: Manatee. HEX triplet: 82, 82 and 8C. RGB value is (130,130,140). Sum of RGB (Red+Green+Blue) = 130+130+140=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 140 - color contains mainly: blue. Hex color #82828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82828C is #7D7D73. Grayscale: #838383. Windows color (decimal): -8224116 or 9208450. OLE color: 9208450.

HSL color Cylindrical-coordinate representation of color #82828C: hue angle of 240º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #82828C is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 130 140 -
CMYK 0.07 0.07 0 0.45
HSL 240º 0.04% 0.53% -
HSV(B) 240º 0.07% 0.55% -
XYZ 21.92 22.6 28.02 -
YUV 131.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 130 130 140 0.07 0.07 0 0.45 240 0.04 0.53
Hex 82 82 8C 7 7 0 2D F0 4 35
Octal 202 202 214 7 7 0 55 360 4 65
Binary 10000010 10000010 10001100 111 111 0 101101 11110000 100 110101

Color Harmonies of #82828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82828C

Black with #82828C

Text Example


Text Example

White with #82828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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