Html Css Color HEX #7F868C Aluminium

📋 copy color: '#7F868C'

red 127 ◦ green 134 ◦ blue 140

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

Shades of Aluminium #7F868C

Tints of Aluminium #7F868C

RGB

 RED value IS 127 (50% from 255) = 31.67%

 GREEN value IS 134 (52.73% from 255) = 33.42%

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

R = 31.67%
G = 33.42%
B = 34.91%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F868C (or 0x7F868C) is known color: Aluminium. HEX triplet: 7F, 86 and 8C. RGB value is (127,134,140). Sum of RGB (Red+Green+Blue) = 127+134+140=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F868C is #807973. Grayscale: #848484. Windows color (decimal): -8419700 or 9209471. OLE color: 9209471.

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

Color convert

RGB 127 134 140 -
CMYK 0.09 0.04 0 0.45
HSL 207.69º 0.05% 0.52% -
HSV(B) 207.69º 0.09% 0.55% -
XYZ 22.01 23.46 28.18 -
YUV 132.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 127 134 140 0.09 0.04 0 0.45 207.69 0.05 0.52
Hex 7F 86 8C 9 4 0 2D D0 5 34
Octal 177 206 214 11 4 0 55 320 5 64
Binary 1111111 10000110 10001100 1001 100 0 101101 11010000 101 110100

Color Harmonies of #7F868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F868C

Black with #7F868C

Text Example


Text Example

White with #7F868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F868C; }

 p { color: rgb(127,134,140); }

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

background-color css

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

 a { background-color: rgb(127,134,140); }

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

border-color css

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

 span { border-color: rgb(127,134,140); }

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