Html Css Color HEX #798790 Aluminium

📋 copy color: '#798790'

red 121 ◦ green 135 ◦ blue 144

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

Shades of Aluminium #798790

Tints of Aluminium #798790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

 BLUE value IS 144 (56.64% from 255) = 36%

R = 30.25%
G = 33.75%
B = 36%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#798790 (or 0x798790) is known color: Aluminium. HEX triplet: 79, 87 and 90. RGB value is (121,135,144). Sum of RGB (Red+Green+Blue) = 121+135+144=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #798790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798790 is #86786F. Grayscale: #838383. Windows color (decimal): -8812656 or 9471865. OLE color: 9471865.

HSL color Cylindrical-coordinate representation of color #798790: hue angle of 203.48º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #798790 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 135 144 -
CMYK 0.16 0.06 0 0.44
HSL 203.48º 0.09% 0.52% -
HSV(B) 203.48º 0.16% 0.56% -
XYZ 21.58 23.41 29.77 -
YUV 131.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 121 135 144 0.16 0.06 0 0.44 203.48 0.09 0.52
Hex 79 87 90 10 6 0 2C CB 9 34
Octal 171 207 220 20 6 0 54 313 11 64
Binary 1111001 10000111 10010000 10000 110 0 101100 11001011 1001 110100

Color Harmonies of #798790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798790

Black with #798790

Text Example


Text Example

White with #798790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798790; }

 p { color: rgb(121,135,144); }

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

background-color css

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

 a { background-color: rgb(121,135,144); }

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

border-color css

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

 span { border-color: rgb(121,135,144); }

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