Html Css Color HEX #798184 Regent Grey

📋 copy color: '#798184'

red 121 ◦ green 129 ◦ blue 132

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

Shades of Regent Grey #798184

Tints of Regent Grey #798184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 31.68%
G = 33.77%
B = 34.55%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#798184 (or 0x798184) is known color: Regent Grey. HEX triplet: 79, 81 and 84. RGB value is (121,129,132). Sum of RGB (Red+Green+Blue) = 121+129+132=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #798184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798184 is #867E7B. Grayscale: #7E7E7E. Windows color (decimal): -8814204 or 8683897. OLE color: 8683897.

HSL color Cylindrical-coordinate representation of color #798184: hue angle of 196.36º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #798184 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 129 132 -
CMYK 0.08 0.02 0 0.48
HSL 196.36º 0.04% 0.5% -
HSV(B) 196.36º 0.08% 0.52% -
XYZ 19.9 21.43 24.92 -
YUV 126.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 121 129 132 0.08 0.02 0 0.48 196.36 0.04 0.5
Hex 79 81 84 8 2 0 30 C4 4 32
Octal 171 201 204 10 2 0 60 304 4 62
Binary 1111001 10000001 10000100 1000 10 0 110000 11000100 100 110010

Color Harmonies of #798184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798184

Black with #798184

Text Example


Text Example

White with #798184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798184; }

 p { color: rgb(121,129,132); }

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

background-color css

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

 a { background-color: rgb(121,129,132); }

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

border-color css

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

 span { border-color: rgb(121,129,132); }

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