Html Css Color HEX #798991 Regent Grey

📋 copy color: '#798991'

red 121 ◦ green 137 ◦ blue 145

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

Shades of Regent Grey #798991

Tints of Regent Grey #798991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34%

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 30.02%
G = 34%
B = 35.98%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#798991 (or 0x798991) is known color: Regent Grey. HEX triplet: 79, 89 and 91. RGB value is (121,137,145). Sum of RGB (Red+Green+Blue) = 121+137+145=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #798991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798991 is #86766E. Grayscale: #858585. Windows color (decimal): -8812143 or 9537913. OLE color: 9537913.

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

Color convert

RGB 121 137 145 -
CMYK 0.17 0.06 0 0.43
HSL 200º 0.1% 0.52% -
HSV(B) 200º 0.17% 0.57% -
XYZ 21.94 24 30.26 -
YUV 133.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 121 137 145 0.17 0.06 0 0.43 200 0.1 0.52
Hex 79 89 91 11 6 0 2B C8 A 34
Octal 171 211 221 21 6 0 53 310 12 64
Binary 1111001 10001001 10010001 10001 110 0 101011 11001000 1010 110100

Color Harmonies of #798991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798991

Black with #798991

Text Example


Text Example

White with #798991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798991; }

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

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

background-color css

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

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

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

border-color css

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

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

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