Html Css Color HEX #888B8C Aluminium

📋 copy color: '#888B8C'

red 136 ◦ green 139 ◦ blue 140

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

Shades of Aluminium #888B8C

Tints of Aluminium #888B8C

RGB

 RED value IS 136 (53.52% from 255) = 32.77%

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

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

R = 32.77%
G = 33.49%
B = 33.73%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#888B8C (or 0x888B8C) is known color: Aluminium. HEX triplet: 88, 8B and 8C. RGB value is (136,139,140). Sum of RGB (Red+Green+Blue) = 136+139+140=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 140 - color contains mainly: blue. Hex color #888B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888B8C is #777473. Grayscale: #8A8A8A. Windows color (decimal): -7828596 or 9210760. OLE color: 9210760.

HSL color Cylindrical-coordinate representation of color #888B8C: hue angle of 195º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #888B8C is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 139 140 -
CMYK 0.03 0.01 0 0.45
HSL 195º 0.02% 0.54% -
HSV(B) 195º 0.03% 0.55% -
XYZ 24.12 25.59 28.48 -
YUV 138.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 136 139 140 0.03 0.01 0 0.45 195 0.02 0.54
Hex 88 8B 8C 3 1 0 2D C3 2 36
Octal 210 213 214 3 1 0 55 303 2 66
Binary 10001000 10001011 10001100 11 1 0 101101 11000011 10 110110

Color Harmonies of #888B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888B8C

Black with #888B8C

Text Example


Text Example

White with #888B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888B8C; }

 p { color: rgb(136,139,140); }

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

background-color css

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

 a { background-color: rgb(136,139,140); }

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

border-color css

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

 span { border-color: rgb(136,139,140); }

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