Html Css Color HEX #8A8C80 Jumbo

📋 copy color: '#8A8C80'

red 138 ◦ green 140 ◦ blue 128

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

Shades of Jumbo #8A8C80

Tints of Jumbo #8A8C80

RGB

 RED value IS 138 (54.3% from 255) = 33.99%

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 33.99%
G = 34.48%
B = 31.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8A8C80 (or 0x8A8C80) is known color: Jumbo. HEX triplet: 8A, 8C and 80. RGB value is (138,140,128). Sum of RGB (Red+Green+Blue) = 138+140+128=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8C80 is #75737F. Grayscale: #8A8A8A. Windows color (decimal): -7697280 or 8424586. OLE color: 8424586.

HSL color Cylindrical-coordinate representation of color #8A8C80: hue angle of 70º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A8C80 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 140 128 -
CMYK 0.01 0 0.09 0.45
HSL 70º 0.05% 0.53% -
HSV(B) 70º 0.09% 0.55% -
XYZ 23.76 25.72 24.13 -
YUV 138.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 138 140 128 0.01 0 0.09 0.45 70 0.05 0.53
Hex 8A 8C 80 1 0 9 2D 46 5 35
Octal 212 214 200 1 0 11 55 106 5 65
Binary 10001010 10001100 10000000 1 0 1001 101101 1000110 101 110101

Color Harmonies of #8A8C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8C80

Black with #8A8C80

Text Example


Text Example

White with #8A8C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8C80; }

 p { color: rgb(138,140,128); }

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

background-color css

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

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

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

border-color css

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

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

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