#948784

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

Shades of Suva Grey #948784

Tints of Suva Grey #948784

Color information

#948784 (or 0x948784) is unknown color: approx Suva Grey. HEX triplet: 94, 87 and 84. RGB value is (148,135,132). Sum of RGB (Red+Green+Blue) = 148+135+132=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948784 is #6B787B. Grayscale: #8A8A8A. Windows color (decimal): -7043196 or 8685460. OLE color: 8685460.

HSL color Cylindrical-coordinate representation of color #948784: hue angle of 11.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948784 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB148135132-
CMYK00.090.110.42
HSL11.25º6.96%54.9%-
HSV(B)11.25º10.81%58.04%-
XYZ25.0425.2925.39-
YUV138.54124.31134.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=35.66%
G=32.53%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813513200.090.110.4211.256.9654.9
Hex94878409B2Ab737
Octal224207204011135213767
Binary1001010010000111100001000100110111010101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948784; }

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

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

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

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

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

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

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

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