Html Css Color HEX #948D8A Suva Grey

📋 copy color: '#948D8A'

red 148 ◦ green 141 ◦ blue 138

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

Shades of Suva Grey #948D8A

Tints of Suva Grey #948D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 34.66%
G = 33.02%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#948D8A (or 0x948D8A) is known color: 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

RGB 148 141 138 -
CMYK 0 0.05 0.07 0.42
HSL 18º 0.04% 0.56% -
HSV(B) 18º 0.07% 0.58% -
XYZ 26.33 27.18 27.9 -
YUV 142.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 148 141 138 0 0.05 0.07 0.42 18 0.04 0.56
Hex 94 8D 8A 0 5 7 2A 12 4 38
Octal 224 215 212 0 5 7 52 22 4 70
Binary 10010100 10001101 10001010 0 101 111 101010 10010 100 111000

Color Harmonies of #948D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D8A

Black with #948D8A

Text Example


Text Example

White with #948D8A

Text Example


Text Example

HTML Codes & Css Web 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>