Html Css Color HEX #958480 Suva Grey

📋 copy color: '#958480'

red 149 ◦ green 132 ◦ blue 128

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

Shades of Suva Grey #958480

Tints of Suva Grey #958480

RGB

 RED value IS 149 (58.59% from 255) = 36.43%

 GREEN value IS 132 (51.95% from 255) = 32.27%

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

R = 36.43%
G = 32.27%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#958480 (or 0x958480) is known color: Suva Grey. HEX triplet: 95, 84 and 80. RGB value is (149,132,128). Sum of RGB (Red+Green+Blue) = 149+132+128=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #958480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958480 is #6A7B7F. Grayscale: #888888. Windows color (decimal): -6978432 or 8422549. OLE color: 8422549.

HSL color Cylindrical-coordinate representation of color #958480: hue angle of 11.43º 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 #958480 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 128 -
CMYK 0 0.11 0.14 0.42
HSL 11.43º 0.09% 0.54% -
HSV(B) 11.43º 0.14% 0.58% -
XYZ 24.54 24.45 23.85 -
YUV 136.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 149 132 128 0 0.11 0.14 0.42 11.43 0.09 0.54
Hex 95 84 80 0 B E 2A B 9 36
Octal 225 204 200 0 13 16 52 13 11 66
Binary 10010101 10000100 10000000 0 1011 1110 101010 1011 1001 110110

Color Harmonies of #958480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958480

Black with #958480

Text Example


Text Example

White with #958480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958480; }

 p { color: rgb(149,132,128); }

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

background-color css

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

 a { background-color: rgb(149,132,128); }

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

border-color css

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

 span { border-color: rgb(149,132,128); }

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