Html Css Color HEX #798289 Aluminium

📋 copy color: '#798289'

red 121 ◦ green 130 ◦ blue 137

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

Shades of Aluminium #798289

Tints of Aluminium #798289

RGB

 RED value IS 121 (47.66% from 255) = 31.19%

 GREEN value IS 130 (51.17% from 255) = 33.51%

 BLUE value IS 137 (53.91% from 255) = 35.31%

R = 31.19%
G = 33.51%
B = 35.31%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#798289 (or 0x798289) is known color: Aluminium. HEX triplet: 79, 82 and 89. RGB value is (121,130,137). Sum of RGB (Red+Green+Blue) = 121+130+137=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 137 - color contains mainly: blue. Hex color #798289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798289 is #867D76. Grayscale: #808080. Windows color (decimal): -8813943 or 9011833. OLE color: 9011833.

HSL color Cylindrical-coordinate representation of color #798289: hue angle of 206.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798289 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 130 137 -
CMYK 0.12 0.05 0 0.46
HSL 206.25º 0.06% 0.51% -
HSV(B) 206.25º 0.12% 0.54% -
XYZ 20.38 21.84 26.81 -
YUV 128.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 121 130 137 0.12 0.05 0 0.46 206.25 0.06 0.51
Hex 79 82 89 C 5 0 2E CE 6 33
Octal 171 202 211 14 5 0 56 316 6 63
Binary 1111001 10000010 10001001 1100 101 0 101110 11001110 110 110011

Color Harmonies of #798289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798289

Black with #798289

Text Example


Text Example

White with #798289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798289; }

 p { color: rgb(121,130,137); }

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

background-color css

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

 a { background-color: rgb(121,130,137); }

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

border-color css

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

 span { border-color: rgb(121,130,137); }

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