#8C817E

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

Shades of Suva Grey #8C817E

Tints of Suva Grey #8C817E

Color information

#8C817E (or 0x8C817E) is unknown color: approx Suva Grey. HEX triplet: 8C, 81 and 7E. RGB value is (140,129,126). Sum of RGB (Red+Green+Blue) = 140+129+126=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 140 - color contains mainly: red. Hex color #8C817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C817E is #737E81. Grayscale: #838383. Windows color (decimal): -7569026 or 8290700. OLE color: 8290700.

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

Color convert

RGB140129126-
CMYK00.080.100.45
HSL12.86º5.74%52.16%-
HSV(B)12.86º10%54.9%-
XYZ22.4322.7822.95-
YUV131.95124.64133.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.44%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=35.44%
G=32.66%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012912600.080.100.4512.865.7452.16
Hex8C817E08A2Dd634
Octal214201176010125515664
Binary100011001000000111111100100010101011011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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