#8C817F

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

Shades of Suva Grey #8C817F

Tints of Suva Grey #8C817F

Color information

#8C817F (or 0x8C817F) is unknown color: approx Suva Grey. HEX triplet: 8C, 81 and 7F. RGB value is (140,129,127). Sum of RGB (Red+Green+Blue) = 140+129+127=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 140 - color contains mainly: red. Hex color #8C817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C817F is #737E80. Grayscale: #848484. Windows color (decimal): -7569025 or 8356236. OLE color: 8356236.

HSL color Cylindrical-coordinate representation of color #8C817F: hue angle of 9.23º 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 #8C817F is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB140129127-
CMYK00.080.090.45
HSL9.23º5.35%52.35%-
HSV(B)9.23º9.29%54.9%-
XYZ22.522.8123.3-
YUV132.06125.14133.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.35%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 127 (50% from 255) = 32.07%
R=35.35%
G=32.58%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012912700.080.090.459.235.3552.35
Hex8C817F0892D9534
Octal214201177010115511564
Binary100011001000000111111110100010011011011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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