#8C807E

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

Shades of Suva Grey #8C807E

Tints of Suva Grey #8C807E

Color information

#8C807E (or 0x8C807E) is unknown color: approx Suva Grey. HEX triplet: 8C, 80 and 7E. RGB value is (140,128,126). Sum of RGB (Red+Green+Blue) = 140+128+126=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 140 - color contains mainly: red. Hex color #8C807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C807E is #737F81. Grayscale: #838383. Windows color (decimal): -7569282 or 8290444. OLE color: 8290444.

HSL color Cylindrical-coordinate representation of color #8C807E: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C807E is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB140128126-
CMYK00.090.100.45
HSL8.57º5.74%52.16%-
HSV(B)8.57º10%54.9%-
XYZ22.322.5222.91-
YUV131.36124.98134.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.53%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=35.53%
G=32.49%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012812600.090.100.458.575.7452.16
Hex8C807E09A2D9634
Octal214200176011125511664
Binary100011001000000011111100100110101011011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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