Html Css Color HEX #8C8380 Suva Grey

📋 copy color: '#8C8380'

red 140 ◦ green 131 ◦ blue 128

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

Shades of Suva Grey #8C8380

Tints of Suva Grey #8C8380

RGB

 RED value IS 140 (55.08% from 255) = 35.09%

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

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

R = 35.09%
G = 32.83%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C8380 (or 0x8C8380) is known color: Suva Grey. HEX triplet: 8C, 83 and 80. RGB value is (140,131,128). Sum of RGB (Red+Green+Blue) = 140+131+128=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8380 is #737C7F. Grayscale: #858585. Windows color (decimal): -7568512 or 8422284. OLE color: 8422284.

HSL color Cylindrical-coordinate representation of color #8C8380: hue angle of 15º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8380 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 131 128 -
CMYK 0 0.06 0.09 0.45
HSL 15º 0.05% 0.53% -
HSV(B) 15º 0.09% 0.55% -
XYZ 22.83 23.37 23.73 -
YUV 133.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 140 131 128 0 0.06 0.09 0.45 15 0.05 0.53
Hex 8C 83 80 0 6 9 2D F 5 35
Octal 214 203 200 0 6 11 55 17 5 65
Binary 10001100 10000011 10000000 0 110 1001 101101 1111 101 110101

Color Harmonies of #8C8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8380

Black with #8C8380

Text Example


Text Example

White with #8C8380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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