#968784

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

Shades of Suva Grey #968784

Tints of Suva Grey #968784

Color information

#968784 (or 0x968784) is unknown color: approx Suva Grey. HEX triplet: 96, 87 and 84. RGB value is (150,135,132). Sum of RGB (Red+Green+Blue) = 150+135+132=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968784 is #69787B. Grayscale: #8B8B8B. Windows color (decimal): -6912124 or 8685462. OLE color: 8685462.

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

Color convert

RGB150135132-
CMYK00.10.120.41
HSL10º7.89%55.29%-
HSV(B)10º12%58.82%-
XYZ25.4125.4825.41-
YUV139.14123.97135.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=35.97%
G=32.37%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013513200.10.120.41107.8955.29
Hex9687840AC29a837
Octal2262072040121451121067
Binary10010110100001111000010001010110010100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968784; }

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

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

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

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

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

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

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

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