Html Css Color HEX #848C92 Aluminium

📋 copy color: '#848C92'

red 132 ◦ green 140 ◦ blue 146

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

Shades of Aluminium #848C92

Tints of Aluminium #848C92

RGB

 RED value IS 132 (51.95% from 255) = 31.58%

 GREEN value IS 140 (55.08% from 255) = 33.49%

 BLUE value IS 146 (57.42% from 255) = 34.93%

R = 31.58%
G = 33.49%
B = 34.93%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848C92 (or 0x848C92) is known color: Aluminium. HEX triplet: 84, 8C and 92. RGB value is (132,140,146). Sum of RGB (Red+Green+Blue) = 132+140+146=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 146 - color contains mainly: blue. Hex color #848C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C92 is #7B736D. Grayscale: #8A8A8A. Windows color (decimal): -8090478 or 9604228. OLE color: 9604228.

HSL color Cylindrical-coordinate representation of color #848C92: hue angle of 205.71º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848C92 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 140 146 -
CMYK 0.10 0.04 0 0.43
HSL 205.71º 0.06% 0.55% -
HSV(B) 205.71º 0.1% 0.57% -
XYZ 24.08 25.74 30.89 -
YUV 138.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 132 140 146 0.10 0.04 0 0.43 205.71 0.06 0.55
Hex 84 8C 92 A 4 0 2B CE 6 37
Octal 204 214 222 12 4 0 53 316 6 67
Binary 10000100 10001100 10010010 1010 100 0 101011 11001110 110 110111

Color Harmonies of #848C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848C92

Black with #848C92

Text Example


Text Example

White with #848C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848C92; }

 p { color: rgb(132,140,146); }

 H1.HeaderClassName
 {
   color: #848C92;
 }
 .AnyTagClassName
 {
   color: #848C92;
 }
</style>

background-color css

<style>
 a { background-color: #848C92; }

 a { background-color: rgb(132,140,146); }

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

border-color css

<style>
 span { border-color: #848C92; }

 span { border-color: rgb(132,140,146); }

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