Html Css Color HEX #958D8C Suva Grey

📋 copy color: '#958D8C'

red 149 ◦ green 141 ◦ blue 140

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

Shades of Suva Grey #958D8C

Tints of Suva Grey #958D8C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 34.65%
G = 32.79%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#958D8C (or 0x958D8C) is known color: Suva Grey. HEX triplet: 95, 8D and 8C. RGB value is (149,141,140). Sum of RGB (Red+Green+Blue) = 149+141+140=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #958D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D8C is #6A7273. Grayscale: #8F8F8F. Windows color (decimal): -6976116 or 9211285. OLE color: 9211285.

HSL color Cylindrical-coordinate representation of color #958D8C: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #958D8C is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 140 -
CMYK 0 0.05 0.06 0.42
HSL 6.67º 0.04% 0.57% -
HSV(B) 6.67º 0.06% 0.58% -
XYZ 26.65 27.33 28.68 -
YUV 143.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 149 141 140 0 0.05 0.06 0.42 6.67 0.04 0.57
Hex 95 8D 8C 0 5 6 2A 7 4 39
Octal 225 215 214 0 5 6 52 7 4 71
Binary 10010101 10001101 10001100 0 101 110 101010 111 100 111001

Color Harmonies of #958D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D8C

Black with #958D8C

Text Example


Text Example

White with #958D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D8C; }

 p { color: rgb(149,141,140); }

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

background-color css

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

 a { background-color: rgb(149,141,140); }

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

border-color css

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

 span { border-color: rgb(149,141,140); }

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