#8A8A7C

Color #8A8A7C Jumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jumbo #8A8A7C

Tints of Jumbo #8A8A7C

Color information

#8A8A7C (or 0x8A8A7C) is unknown color: approx Jumbo. HEX triplet: 8A, 8A and 7C. RGB value is (138,138,124). Sum of RGB (Red+Green+Blue) = 138+138+124=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8A7C is #757583. Grayscale: #888888. Windows color (decimal): -7697796 or 8161930. OLE color: 8161930.

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

Color convert

RGB138138124-
CMYK000.100.46
HSL60º5.65%51.37%-
HSV(B)60º10.14%54.12%-
XYZ23.2125.0422.68-
YUV136.4121129.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 124 (48.83% from 255) = 31%
R=34.5%
G=34.5%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138138124000.100.46605.6551.37
Hex8A8A7C00A2E3c633
Octal21221217400125674663
Binary10001010100010101111100001010101110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A8A7C;
 }
 .AnyTagClassName
 {
   color: #8A8A7C;
 }
</style>
background-color css

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

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

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

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

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

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