Html Css Color HEX #868180 Suva Grey

📋 copy color: '#868180'

red 134 ◦ green 129 ◦ blue 128

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

Shades of Suva Grey #868180

Tints of Suva Grey #868180

RGB

 RED value IS 134 (52.73% from 255) = 34.27%

 GREEN value IS 129 (50.78% from 255) = 32.99%

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

R = 34.27%
G = 32.99%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#868180 (or 0x868180) is known color: Suva Grey. HEX triplet: 86, 81 and 80. RGB value is (134,129,128). Sum of RGB (Red+Green+Blue) = 134+129+128=391 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.27% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 134 - color contains mainly: red. Hex color #868180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868180 is #797E7F. Grayscale: #828282. Windows color (decimal): -7962240 or 8421766. OLE color: 8421766.

HSL color Cylindrical-coordinate representation of color #868180: hue angle of 10º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #868180 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 129 128 -
CMYK 0 0.04 0.04 0.47
HSL 10º 0.02% 0.51% -
HSV(B) 10º 0.04% 0.53% -
XYZ 21.58 22.33 23.59 -
YUV 130.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 134 129 128 0 0.04 0.04 0.47 10 0.02 0.51
Hex 86 81 80 0 4 4 2F A 2 33
Octal 206 201 200 0 4 4 57 12 2 63
Binary 10000110 10000001 10000000 0 100 100 101111 1010 10 110011

Color Harmonies of #868180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868180

Black with #868180

Text Example


Text Example

White with #868180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868180; }

 p { color: rgb(134,129,128); }

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

background-color css

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

 a { background-color: rgb(134,129,128); }

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

border-color css

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

 span { border-color: rgb(134,129,128); }

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