#94827E

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

Shades of Suva Grey #94827E

Tints of Suva Grey #94827E

Color information

#94827E (or 0x94827E) is unknown color: approx Suva Grey. HEX triplet: 94, 82 and 7E. RGB value is (148,130,126). Sum of RGB (Red+Green+Blue) = 148+130+126=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #94827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94827E is #6B7D81. Grayscale: #868686. Windows color (decimal): -7044482 or 8290964. OLE color: 8290964.

HSL color Cylindrical-coordinate representation of color #94827E: hue angle of 10.91º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94827E is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148130126-
CMYK00.120.150.42
HSL10.91º9.32%53.73%-
HSV(B)10.91º14.86%58.04%-
XYZ23.9623.7723.06-
YUV134.93122.96137.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=36.63%
G=32.18%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813012600.120.150.4210.919.3253.73
Hex94827E0CF2Ab936
Octal2242021760141752131166
Binary1001010010000010111111001100111110101010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94827E; }

 p { color: rgb(148,130,126); }

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

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

 a { background-color: rgb(148,130,126); }

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

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

 span { border-color: rgb(148,130,126); }

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