Html Css Color HEX #7F868B Aluminium

📋 copy color: '#7F868B'

red 127 ◦ green 134 ◦ blue 139

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

Shades of Aluminium #7F868B

Tints of Aluminium #7F868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 31.75%
G = 33.5%
B = 34.75%

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

#7F868B (or 0x7F868B) is known color: Aluminium. HEX triplet: 7F, 86 and 8B. RGB value is (127,134,139). Sum of RGB (Red+Green+Blue) = 127+134+139=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F868B is #807974. Grayscale: #848484. Windows color (decimal): -8419701 or 9143935. OLE color: 9143935.

HSL color Cylindrical-coordinate representation of color #7F868B: hue angle of 205º 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 #7F868B is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 134 139 -
CMYK 0.09 0.04 0 0.45
HSL 205º 0.05% 0.52% -
HSV(B) 205º 0.09% 0.55% -
XYZ 21.94 23.43 27.79 -
YUV 132.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 127 134 139 0.09 0.04 0 0.45 205 0.05 0.52
Hex 7F 86 8B 9 4 0 2D CD 5 34
Octal 177 206 213 11 4 0 55 315 5 64
Binary 1111111 10000110 10001011 1001 100 0 101101 11001101 101 110100

Color Harmonies of #7F868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F868B

Black with #7F868B

Text Example


Text Example

White with #7F868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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