Html Css Color HEX #948580 Suva Grey

📋 copy color: '#948580'

red 148 ◦ green 133 ◦ blue 128

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

Shades of Suva Grey #948580

Tints of Suva Grey #948580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 36.19%
G = 32.52%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#948580 (or 0x948580) is known color: Suva Grey. HEX triplet: 94, 85 and 80. RGB value is (148,133,128). Sum of RGB (Red+Green+Blue) = 148+133+128=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948580 is #6B7A7F. Grayscale: #888888. Windows color (decimal): -7043712 or 8422804. OLE color: 8422804.

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

Color convert

RGB 148 133 128 -
CMYK 0 0.10 0.14 0.42
HSL 15º 0.09% 0.54% -
HSV(B) 15º 0.14% 0.58% -
XYZ 24.5 24.63 23.88 -
YUV 136.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 148 133 128 0 0.10 0.14 0.42 15 0.09 0.54
Hex 94 85 80 0 A E 2A F 9 36
Octal 224 205 200 0 12 16 52 17 11 66
Binary 10010100 10000101 10000000 0 1010 1110 101010 1111 1001 110110

Color Harmonies of #948580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948580

Black with #948580

Text Example


Text Example

White with #948580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948580; }

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

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

background-color css

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

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

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

border-color css

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

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

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