Html Css Color HEX #798284 Regent Grey

📋 copy color: '#798284'

red 121 ◦ green 130 ◦ blue 132

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

Shades of Regent Grey #798284

Tints of Regent Grey #798284

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

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

R = 31.59%
G = 33.94%
B = 34.46%

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

#798284 (or 0x798284) is known color: Regent Grey. HEX triplet: 79, 82 and 84. RGB value is (121,130,132). Sum of RGB (Red+Green+Blue) = 121+130+132=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 132 - color contains mainly: blue. Hex color #798284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798284 is #867D7B. Grayscale: #7F7F7F. Windows color (decimal): -8813948 or 8684153. OLE color: 8684153.

HSL color Cylindrical-coordinate representation of color #798284: hue angle of 190.91º 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 #798284 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 130 132 -
CMYK 0.08 0.02 0 0.48
HSL 190.91º 0.04% 0.5% -
HSV(B) 190.91º 0.08% 0.52% -
XYZ 20.03 21.7 24.96 -
YUV 127.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 121 130 132 0.08 0.02 0 0.48 190.91 0.04 0.5
Hex 79 82 84 8 2 0 30 BF 4 32
Octal 171 202 204 10 2 0 60 277 4 62
Binary 1111001 10000010 10000100 1000 10 0 110000 10111111 100 110010

Color Harmonies of #798284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798284

Black with #798284

Text Example


Text Example

White with #798284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798284; }

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

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

background-color css

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

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

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

border-color css

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

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

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