Html Css Color HEX #948987 Suva Grey

📋 copy color: '#948987'

red 148 ◦ green 137 ◦ blue 135

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

Shades of Suva Grey #948987

Tints of Suva Grey #948987

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.62%

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 35.24%
G = 32.62%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#948987 (or 0x948987) is known color: Suva Grey. HEX triplet: 94, 89 and 87. RGB value is (148,137,135). Sum of RGB (Red+Green+Blue) = 148+137+135=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948987 is #6B7678. Grayscale: #8C8C8C. Windows color (decimal): -7042681 or 8882580. OLE color: 8882580.

HSL color Cylindrical-coordinate representation of color #948987: hue angle of 9.23º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948987 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 135 -
CMYK 0 0.07 0.09 0.42
HSL 9.23º 0.06% 0.55% -
HSV(B) 9.23º 0.09% 0.58% -
XYZ 25.53 25.94 26.58 -
YUV 140.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 148 137 135 0 0.07 0.09 0.42 9.23 0.06 0.55
Hex 94 89 87 0 7 9 2A 9 6 37
Octal 224 211 207 0 7 11 52 11 6 67
Binary 10010100 10001001 10000111 0 111 1001 101010 1001 110 110111

Color Harmonies of #948987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948987

Black with #948987

Text Example


Text Example

White with #948987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948987; }

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

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

background-color css

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

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

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

border-color css

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

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

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