Html Css Color HEX #948985 Suva Grey

📋 copy color: '#948985'

red 148 ◦ green 137 ◦ blue 133

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

Shades of Suva Grey #948985

Tints of Suva Grey #948985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.82%

R = 35.41%
G = 32.78%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#948985 (or 0x948985) is known color: Suva Grey. HEX triplet: 94, 89 and 85. RGB value is (148,137,133). Sum of RGB (Red+Green+Blue) = 148+137+133=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #948985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948985 is #6B767A. Grayscale: #8B8B8B. Windows color (decimal): -7042683 or 8751508. OLE color: 8751508.

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

Color convert

RGB 148 137 133 -
CMYK 0 0.07 0.10 0.42
HSL 16º 0.07% 0.55% -
HSV(B) 16º 0.1% 0.58% -
XYZ 25.39 25.88 25.85 -
YUV 139.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 148 137 133 0 0.07 0.10 0.42 16 0.07 0.55
Hex 94 89 85 0 7 A 2A 10 7 37
Octal 224 211 205 0 7 12 52 20 7 67
Binary 10010100 10001001 10000101 0 111 1010 101010 10000 111 110111

Color Harmonies of #948985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948985

Black with #948985

Text Example


Text Example

White with #948985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948985; }

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

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

background-color css

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

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

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

border-color css

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

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

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