Html Css Color HEX #798889 Regent Grey

📋 copy color: '#798889'

red 121 ◦ green 136 ◦ blue 137

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

Shades of Regent Grey #798889

Tints of Regent Grey #798889

RGB

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

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

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

R = 30.71%
G = 34.52%
B = 34.77%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#798889 (or 0x798889) is known color: Regent Grey. HEX triplet: 79, 88 and 89. RGB value is (121,136,137). Sum of RGB (Red+Green+Blue) = 121+136+137=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 137 - color contains mainly: blue. Hex color #798889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798889 is #867776. Grayscale: #838383. Windows color (decimal): -8812407 or 9013369. OLE color: 9013369.

HSL color Cylindrical-coordinate representation of color #798889: hue angle of 183.75º 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 #798889 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 136 137 -
CMYK 0.12 0.01 0 0.46
HSL 183.75º 0.06% 0.51% -
HSV(B) 183.75º 0.12% 0.54% -
XYZ 21.2 23.48 27.08 -
YUV 131.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 121 136 137 0.12 0.01 0 0.46 183.75 0.06 0.51
Hex 79 88 89 C 1 0 2E B8 6 33
Octal 171 210 211 14 1 0 56 270 6 63
Binary 1111001 10001000 10001001 1100 1 0 101110 10111000 110 110011

Color Harmonies of #798889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798889

Black with #798889

Text Example


Text Example

White with #798889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798889; }

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

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

background-color css

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

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

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

border-color css

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

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

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