Html Css Color HEX #8F807C Suva Grey

📋 copy color: '#8F807C'

red 143 ◦ green 128 ◦ blue 124

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

Shades of Suva Grey #8F807C

Tints of Suva Grey #8F807C

RGB

 RED value IS 143 (56.25% from 255) = 36.2%

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 36.2%
G = 32.41%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F807C (or 0x8F807C) is known color: Suva Grey. HEX triplet: 8F, 80 and 7C. RGB value is (143,128,124). Sum of RGB (Red+Green+Blue) = 143+128+124=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 143 - color contains mainly: red. Hex color #8F807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F807C is #707F83. Grayscale: #848484. Windows color (decimal): -7372676 or 8159375. OLE color: 8159375.

HSL color Cylindrical-coordinate representation of color #8F807C: hue angle of 12.63º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F807C is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 128 124 -
CMYK 0 0.10 0.13 0.44
HSL 12.63º 0.08% 0.52% -
HSV(B) 12.63º 0.13% 0.56% -
XYZ 22.68 22.73 22.26 -
YUV 132.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 143 128 124 0 0.10 0.13 0.44 12.63 0.08 0.52
Hex 8F 80 7C 0 A D 2C D 8 34
Octal 217 200 174 0 12 15 54 15 10 64
Binary 10001111 10000000 1111100 0 1010 1101 101100 1101 1000 110100

Color Harmonies of #8F807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F807C

Black with #8F807C

Text Example


Text Example

White with #8F807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F807C; }

 p { color: rgb(143,128,124); }

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

background-color css

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

 a { background-color: rgb(143,128,124); }

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

border-color css

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

 span { border-color: rgb(143,128,124); }

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