Html Css Color HEX #948884 Suva Grey

📋 copy color: '#948884'

red 148 ◦ green 136 ◦ blue 132

#948884
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Suva Grey #948884

Tints of Suva Grey #948884

RGB

 RED value IS 148 (58.2% from 255) = 35.58%

 GREEN value IS 136 (53.52% from 255) = 32.69%

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 35.58%
G = 32.69%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948884 (or 0x948884) is known color: Suva Grey. HEX triplet: 94, 88 and 84. RGB value is (148,136,132). Sum of RGB (Red+Green+Blue) = 148+136+132=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948884 is #6B777B. Grayscale: #8B8B8B. Windows color (decimal): -7042940 or 8685716. OLE color: 8685716.

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

Color convert

RGB 148 136 132 -
CMYK 0 0.08 0.11 0.42
HSL 15º 0.07% 0.55% -
HSV(B) 15º 0.11% 0.58% -
XYZ 25.18 25.57 25.44 -
YUV 139.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 148 136 132 0 0.08 0.11 0.42 15 0.07 0.55
Hex 94 88 84 0 8 B 2A F 7 37
Octal 224 210 204 0 10 13 52 17 7 67
Binary 10010100 10001000 10000100 0 1000 1011 101010 1111 111 110111

Color Harmonies of #948884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948884

Black with #948884

Text Example


Text Example

White with #948884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948884; }

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

 H1.HeaderClassName
 {
   color: #948884;
 }
 .AnyTagClassName
 {
   color: #948884;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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