Html Css Color HEX #958380 Suva Grey

📋 copy color: '#958380'

red 149 ◦ green 131 ◦ blue 128

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

Shades of Suva Grey #958380

Tints of Suva Grey #958380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.11%

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

R = 36.52%
G = 32.11%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#958380 (or 0x958380) is known color: Suva Grey. HEX triplet: 95, 83 and 80. RGB value is (149,131,128). Sum of RGB (Red+Green+Blue) = 149+131+128=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #958380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958380 is #6A7C7F. Grayscale: #888888. Windows color (decimal): -6978688 or 8422293. OLE color: 8422293.

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

Color convert

RGB 149 131 128 -
CMYK 0 0.12 0.14 0.42
HSL 8.57º 0.09% 0.54% -
HSV(B) 8.57º 0.14% 0.58% -
XYZ 24.41 24.18 23.8 -
YUV 136.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 149 131 128 0 0.12 0.14 0.42 8.57 0.09 0.54
Hex 95 83 80 0 C E 2A 9 9 36
Octal 225 203 200 0 14 16 52 11 11 66
Binary 10010101 10000011 10000000 0 1100 1110 101010 1001 1001 110110

Color Harmonies of #958380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958380

Black with #958380

Text Example


Text Example

White with #958380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958380; }

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

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

background-color css

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

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

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

border-color css

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

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

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