Html Css Color HEX #8A8A87 Jumbo

📋 copy color: '#8A8A87'

red 138 ◦ green 138 ◦ blue 135

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

Shades of Jumbo #8A8A87

Tints of Jumbo #8A8A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 33.58%
G = 33.58%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#8A8A87 (or 0x8A8A87) is known color: Jumbo. HEX triplet: 8A, 8A and 87. RGB value is (138,138,135). Sum of RGB (Red+Green+Blue) = 138+138+135=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8A87 is #757578. Grayscale: #898989. Windows color (decimal): -7697785 or 8882826. OLE color: 8882826.

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

Color convert

RGB 138 138 135 -
CMYK 0 0 0.02 0.46
HSL 60º 0.01% 0.54% -
HSV(B) 60º 0.02% 0.54% -
XYZ 23.94 25.33 26.55 -
YUV 137.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 138 138 135 0 0 0.02 0.46 60 0.01 0.54
Hex 8A 8A 87 0 0 2 2E 3C 1 36
Octal 212 212 207 0 0 2 56 74 1 66
Binary 10001010 10001010 10000111 0 0 10 101110 111100 1 110110

Color Harmonies of #8A8A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8A87

Black with #8A8A87

Text Example


Text Example

White with #8A8A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,138,135); }

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

background-color css

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

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

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

border-color css

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

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

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