Html Css Color HEX #7F858A Aluminium

📋 copy color: '#7F858A'

red 127 ◦ green 133 ◦ blue 138

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

Shades of Aluminium #7F858A

Tints of Aluminium #7F858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 31.91%
G = 33.42%
B = 34.67%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F858A (or 0x7F858A) is known color: Aluminium. HEX triplet: 7F, 85 and 8A. RGB value is (127,133,138). Sum of RGB (Red+Green+Blue) = 127+133+138=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F858A is #807A75. Grayscale: #838383. Windows color (decimal): -8419958 or 9078143. OLE color: 9078143.

HSL color Cylindrical-coordinate representation of color #7F858A: hue angle of 207.27º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F858A is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 133 138 -
CMYK 0.08 0.04 0 0.46
HSL 207.27º 0.04% 0.52% -
HSV(B) 207.27º 0.08% 0.54% -
XYZ 21.73 23.12 27.36 -
YUV 131.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 127 133 138 0.08 0.04 0 0.46 207.27 0.04 0.52
Hex 7F 85 8A 8 4 0 2E CF 4 34
Octal 177 205 212 10 4 0 56 317 4 64
Binary 1111111 10000101 10001010 1000 100 0 101110 11001111 100 110100

Color Harmonies of #7F858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F858A

Black with #7F858A

Text Example


Text Example

White with #7F858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,133,138); }

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

background-color css

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

 a { background-color: rgb(127,133,138); }

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

border-color css

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

 span { border-color: rgb(127,133,138); }

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