Html Css Color HEX #948B88 Suva Grey

📋 copy color: '#948B88'

red 148 ◦ green 139 ◦ blue 136

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

Shades of Suva Grey #948B88

Tints of Suva Grey #948B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.86%

 BLUE value IS 136 (53.52% from 255) = 32.15%

R = 34.99%
G = 32.86%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#948B88 (or 0x948B88) is known color: Suva Grey. HEX triplet: 94, 8B and 88. RGB value is (148,139,136). Sum of RGB (Red+Green+Blue) = 148+139+136=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B88 is #6B7477. Grayscale: #8D8D8D. Windows color (decimal): -7042168 or 8948628. OLE color: 8948628.

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

Color convert

RGB 148 139 136 -
CMYK 0 0.06 0.08 0.42
HSL 15º 0.05% 0.56% -
HSV(B) 15º 0.08% 0.58% -
XYZ 25.89 26.54 27.05 -
YUV 141.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 148 139 136 0 0.06 0.08 0.42 15 0.05 0.56
Hex 94 8B 88 0 6 8 2A F 5 38
Octal 224 213 210 0 6 10 52 17 5 70
Binary 10010100 10001011 10001000 0 110 1000 101010 1111 101 111000

Color Harmonies of #948B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B88

Black with #948B88

Text Example


Text Example

White with #948B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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