Html Css Color HEX #798890 Regent Grey

📋 copy color: '#798890'

red 121 ◦ green 136 ◦ blue 144

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

Shades of Regent Grey #798890

Tints of Regent Grey #798890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 30.17%
G = 33.92%
B = 35.91%

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

#798890 (or 0x798890) is known color: Regent Grey. HEX triplet: 79, 88 and 90. RGB value is (121,136,144). Sum of RGB (Red+Green+Blue) = 121+136+144=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #798890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798890 is #86776F. Grayscale: #848484. Windows color (decimal): -8812400 or 9472121. OLE color: 9472121.

HSL color Cylindrical-coordinate representation of color #798890: hue angle of 200.87º 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 #798890 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 136 144 -
CMYK 0.16 0.06 0 0.44
HSL 200.87º 0.09% 0.52% -
HSV(B) 200.87º 0.16% 0.56% -
XYZ 21.72 23.69 29.81 -
YUV 132.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 121 136 144 0.16 0.06 0 0.44 200.87 0.09 0.52
Hex 79 88 90 10 6 0 2C C9 9 34
Octal 171 210 220 20 6 0 54 311 11 64
Binary 1111001 10001000 10010000 10000 110 0 101100 11001001 1001 110100

Color Harmonies of #798890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798890

Black with #798890

Text Example


Text Example

White with #798890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798890; }

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

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

background-color css

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

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

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

border-color css

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

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

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