Html Css Color HEX #7F848B Aluminium

📋 copy color: '#7F848B'

red 127 ◦ green 132 ◦ blue 139

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

Shades of Aluminium #7F848B

Tints of Aluminium #7F848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.17%

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

R = 31.91%
G = 33.17%
B = 34.92%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F848B (or 0x7F848B) is known color: Aluminium. HEX triplet: 7F, 84 and 8B. RGB value is (127,132,139). Sum of RGB (Red+Green+Blue) = 127+132+139=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F848B is #807B74. Grayscale: #838383. Windows color (decimal): -8420213 or 9143423. OLE color: 9143423.

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

Color convert

RGB 127 132 139 -
CMYK 0.09 0.05 0 0.45
HSL 215º 0.05% 0.52% -
HSV(B) 215º 0.09% 0.55% -
XYZ 21.66 22.88 27.7 -
YUV 131.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 127 132 139 0.09 0.05 0 0.45 215 0.05 0.52
Hex 7F 84 8B 9 5 0 2D D7 5 34
Octal 177 204 213 11 5 0 55 327 5 64
Binary 1111111 10000100 10001011 1001 101 0 101101 11010111 101 110100

Color Harmonies of #7F848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F848B

Black with #7F848B

Text Example


Text Example

White with #7F848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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