#868382

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

Shades of Suva Grey #868382

Tints of Suva Grey #868382

Color information

#868382 (or 0x868382) is unknown color: approx Suva Grey. HEX triplet: 86, 83 and 82. RGB value is (134,131,130). Sum of RGB (Red+Green+Blue) = 134+131+130=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 134 - color contains mainly: red. Hex color #868382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868382 is #797C7D. Grayscale: #838383. Windows color (decimal): -7961726 or 8553350. OLE color: 8553350.

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

Color convert

RGB134131130-
CMYK00.020.030.47
HSL15º1.63%51.76%-
HSV(B)15º2.99%52.55%-
XYZ21.9822.9124.38-
YUV131.78126.99129.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.92%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=33.92%
G=33.16%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413113000.020.030.47151.6351.76
Hex8683820232Ff234
Octal2062032020235717264
Binary10000110100000111000001001011101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868382; }

 p { color: rgb(134,131,130); }

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

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

 a { background-color: rgb(134,131,130); }

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

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

 span { border-color: rgb(134,131,130); }

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