#948D8A

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

Shades of Suva Grey #948D8A

Tints of Suva Grey #948D8A

Color information

#948D8A (or 0x948D8A) is unknown color: approx Suva Grey. HEX triplet: 94, 8D and 8A. RGB value is (148,141,138). Sum of RGB (Red+Green+Blue) = 148+141+138=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #948D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D8A is #6B7275. Grayscale: #8E8E8E. Windows color (decimal): -7041654 or 9080212. OLE color: 9080212.

HSL color Cylindrical-coordinate representation of color #948D8A: hue angle of 18º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #948D8A is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148141138-
CMYK00.050.070.42
HSL18º4.46%56.08%-
HSV(B)18º6.76%58.04%-
XYZ26.3327.1827.9-
YUV142.75125.32131.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=34.66%
G=33.02%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814113800.050.070.42184.4656.08
Hex948D8A0572A12438
Octal2242152120575222470
Binary100101001000110110001010010111110101010010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948D8A; }

 p { color: rgb(148,141,138); }

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

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

 a { background-color: rgb(148,141,138); }

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

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

 span { border-color: rgb(148,141,138); }

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