#848180

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

Shades of Suva Grey #848180

Tints of Suva Grey #848180

Color information

#848180 (or 0x848180) is unknown color: approx Suva Grey. HEX triplet: 84, 81 and 80. RGB value is (132,129,128). Sum of RGB (Red+Green+Blue) = 132+129+128=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 132 - color contains mainly: red. Hex color #848180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848180 is #7B7E7F. Grayscale: #818181. Windows color (decimal): -8093312 or 8421764. OLE color: 8421764.

HSL color Cylindrical-coordinate representation of color #848180: hue angle of 15º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #848180 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB132129128-
CMYK00.020.030.48
HSL15º1.6%50.98%-
HSV(B)15º3.03%51.76%-
XYZ21.2622.1623.58-
YUV129.78126.99129.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=33.93%
G=33.16%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212912800.020.030.48151.650.98
Hex84818002330f233
Octal2042012000236017263
Binary10000100100000011000000001011110000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848180; }

 p { color: rgb(132,129,128); }

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

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

 a { background-color: rgb(132,129,128); }

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

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

 span { border-color: rgb(132,129,128); }

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