#948885

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

Shades of Suva Grey #948885

Tints of Suva Grey #948885

Color information

#948885 (or 0x948885) is unknown color: approx Suva Grey. HEX triplet: 94, 88 and 85. RGB value is (148,136,133). Sum of RGB (Red+Green+Blue) = 148+136+133=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 148 - color contains mainly: red. Hex color #948885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948885 is #6B777A. Grayscale: #8B8B8B. Windows color (decimal): -7042939 or 8751252. OLE color: 8751252.

HSL color Cylindrical-coordinate representation of color #948885: hue angle of 12º 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 #948885 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB148136133-
CMYK00.080.100.42
HSL12º6.55%55.1%-
HSV(B)12º10.14%58.04%-
XYZ25.2525.625.8-
YUV139.25124.48134.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 136 (53.52% from 255) = 32.61%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=35.49%
G=32.61%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813613300.080.100.42126.5555.1
Hex94888508A2Ac737
Octal224210205010125214767
Binary1001010010001000100001010100010101010101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948885; }

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

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

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

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

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

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

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

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