#948785

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

Shades of Suva Grey #948785

Tints of Suva Grey #948785

Color information

#948785 (or 0x948785) is unknown color: approx Suva Grey. HEX triplet: 94, 87 and 85. RGB value is (148,135,133). Sum of RGB (Red+Green+Blue) = 148+135+133=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948785 is #6B787A. Grayscale: #8A8A8A. Windows color (decimal): -7043195 or 8750996. OLE color: 8750996.

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

Color convert

RGB148135133-
CMYK00.090.100.42
HSL6.55%55.1%-
HSV(B)10.14%58.04%-
XYZ25.1125.3225.75-
YUV138.66124.81134.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=35.58%
G=32.45%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813513300.090.100.4286.5555.1
Hex94878509A2A8737
Octal224207205011125210767
Binary1001010010000111100001010100110101010101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948785; }

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

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

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

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

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

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

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

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