Html Css Color HEX #9F8B87 Suva Grey

📋 copy color: '#9F8B87'

red 159 ◦ green 139 ◦ blue 135

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

Shades of Suva Grey #9F8B87

Tints of Suva Grey #9F8B87

RGB

 RED value IS 159 (62.5% from 255) = 36.72%

 GREEN value IS 139 (54.69% from 255) = 32.1%

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 36.72%
G = 32.1%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F8B87 (or 0x9F8B87) is known color: Suva Grey. HEX triplet: 9F, 8B and 87. RGB value is (159,139,135). Sum of RGB (Red+Green+Blue) = 159+139+135=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8B87 is #607478. Grayscale: #909090. Windows color (decimal): -6321273 or 8883103. OLE color: 8883103.

HSL color Cylindrical-coordinate representation of color #9F8B87: hue angle of 10º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F8B87 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 139 135 -
CMYK 0 0.13 0.15 0.38
HSL 10º 0.11% 0.58% -
HSV(B) 10º 0.15% 0.62% -
XYZ 27.9 27.59 26.78 -
YUV 144.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 159 139 135 0 0.13 0.15 0.38 10 0.11 0.58
Hex 9F 8B 87 0 D F 26 A B 3A
Octal 237 213 207 0 15 17 46 12 13 72
Binary 10011111 10001011 10000111 0 1101 1111 100110 1010 1011 111010

Color Harmonies of #9F8B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8B87

Black with #9F8B87

Text Example


Text Example

White with #9F8B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F8B87; }

 p { color: rgb(159,139,135); }

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

background-color css

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

 a { background-color: rgb(159,139,135); }

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

border-color css

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

 span { border-color: rgb(159,139,135); }

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