Html Css Color HEX #848B92 Aluminium

📋 copy color: '#848B92'

red 132 ◦ green 139 ◦ blue 146

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

Shades of Aluminium #848B92

Tints of Aluminium #848B92

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.33%

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

R = 31.65%
G = 33.33%
B = 35.01%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848B92 (or 0x848B92) is known color: Aluminium. HEX triplet: 84, 8B and 92. RGB value is (132,139,146). Sum of RGB (Red+Green+Blue) = 132+139+146=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #848B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B92 is #7B746D. Grayscale: #898989. Windows color (decimal): -8090734 or 9603972. OLE color: 9603972.

HSL color Cylindrical-coordinate representation of color #848B92: hue angle of 210º 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 #848B92 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 139 146 -
CMYK 0.10 0.05 0 0.43
HSL 210º 0.06% 0.55% -
HSV(B) 210º 0.1% 0.57% -
XYZ 23.94 25.45 30.84 -
YUV 137.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 132 139 146 0.10 0.05 0 0.43 210 0.06 0.55
Hex 84 8B 92 A 5 0 2B D2 6 37
Octal 204 213 222 12 5 0 53 322 6 67
Binary 10000100 10001011 10010010 1010 101 0 101011 11010010 110 110111

Color Harmonies of #848B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848B92

Black with #848B92

Text Example


Text Example

White with #848B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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