Html Css Color HEX #798992 Regent Grey

📋 copy color: '#798992'

red 121 ◦ green 137 ◦ blue 146

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

Shades of Regent Grey #798992

Tints of Regent Grey #798992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 29.95%
G = 33.91%
B = 36.14%

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

#798992 (or 0x798992) is known color: Regent Grey. HEX triplet: 79, 89 and 92. RGB value is (121,137,146). Sum of RGB (Red+Green+Blue) = 121+137+146=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #798992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798992 is #86766D. Grayscale: #858585. Windows color (decimal): -8812142 or 9603449. OLE color: 9603449.

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

Color convert

RGB 121 137 146 -
CMYK 0.17 0.06 0 0.43
HSL 201.6º 0.1% 0.52% -
HSV(B) 201.6º 0.17% 0.57% -
XYZ 22.02 24.03 30.67 -
YUV 133.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 121 137 146 0.17 0.06 0 0.43 201.6 0.1 0.52
Hex 79 89 92 11 6 0 2B CA A 34
Octal 171 211 222 21 6 0 53 312 12 64
Binary 1111001 10001001 10010010 10001 110 0 101011 11001010 1010 110100

Color Harmonies of #798992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798992

Black with #798992

Text Example


Text Example

White with #798992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798992; }

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

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

background-color css

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

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

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

border-color css

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

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

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