#968782

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

Shades of Suva Grey #968782

Tints of Suva Grey #968782

Color information

#968782 (or 0x968782) is unknown color: approx Suva Grey. HEX triplet: 96, 87 and 82. RGB value is (150,135,130). Sum of RGB (Red+Green+Blue) = 150+135+130=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968782 is #69787D. Grayscale: #8A8A8A. Windows color (decimal): -6912126 or 8554390. OLE color: 8554390.

HSL color Cylindrical-coordinate representation of color #968782: hue angle of 15º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968782 is Cyan = 0, Magento = 0.1, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150135130-
CMYK00.10.130.41
HSL15º8.7%54.9%-
HSV(B)15º13.33%58.82%-
XYZ25.2725.4224.69-
YUV138.92122.97135.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 130 (51.17% from 255) = 31.33%
R=36.14%
G=32.53%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013513000.10.130.41158.754.9
Hex9687820AD29f937
Octal2262072020121551171167
Binary10010110100001111000001001010110110100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968782; }

 p { color: rgb(150,135,130); }

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

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

 a { background-color: rgb(150,135,130); }

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

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

 span { border-color: rgb(150,135,130); }

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