Html Css Color HEX #948B89 Suva Grey

📋 copy color: '#948B89'

red 148 ◦ green 139 ◦ blue 137

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

Shades of Suva Grey #948B89

Tints of Suva Grey #948B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.31%

R = 34.91%
G = 32.78%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#948B89 (or 0x948B89) is known color: Suva Grey. HEX triplet: 94, 8B and 89. RGB value is (148,139,137). Sum of RGB (Red+Green+Blue) = 148+139+137=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #948B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B89 is #6B7476. Grayscale: #8D8D8D. Windows color (decimal): -7042167 or 9014164. OLE color: 9014164.

HSL color Cylindrical-coordinate representation of color #948B89: hue angle of 10.91º degrees, saturation: 0.05, 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 #948B89 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 139 137 -
CMYK 0 0.06 0.07 0.42
HSL 10.91º 0.05% 0.56% -
HSV(B) 10.91º 0.07% 0.58% -
XYZ 25.96 26.57 27.43 -
YUV 141.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 148 139 137 0 0.06 0.07 0.42 10.91 0.05 0.56
Hex 94 8B 89 0 6 7 2A B 5 38
Octal 224 213 211 0 6 7 52 13 5 70
Binary 10010100 10001011 10001001 0 110 111 101010 1011 101 111000

Color Harmonies of #948B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B89

Black with #948B89

Text Example


Text Example

White with #948B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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