#8C827F

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

Shades of Suva Grey #8C827F

Tints of Suva Grey #8C827F

Color information

#8C827F (or 0x8C827F) is unknown color: approx Suva Grey. HEX triplet: 8C, 82 and 7F. RGB value is (140,130,127). Sum of RGB (Red+Green+Blue) = 140+130+127=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C827F is #737D80. Grayscale: #848484. Windows color (decimal): -7568769 or 8356492. OLE color: 8356492.

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

Color convert

RGB140130127-
CMYK00.070.090.45
HSL13.85º5.35%52.35%-
HSV(B)13.85º9.29%54.9%-
XYZ22.6323.0723.34-
YUV132.65124.81133.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 127 (50% from 255) = 31.99%
R=35.26%
G=32.75%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013012700.070.090.4513.855.3552.35
Hex8C827F0792De534
Octal21420217707115516564
Binary10001100100000101111111011110011011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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