Html Css Color HEX #798182 Regent Grey

📋 copy color: '#798182'

red 121 ◦ green 129 ◦ blue 130

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

Shades of Regent Grey #798182

Tints of Regent Grey #798182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 31.84%
G = 33.95%
B = 34.21%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#798182 (or 0x798182) is known color: Regent Grey. HEX triplet: 79, 81 and 82. RGB value is (121,129,130). Sum of RGB (Red+Green+Blue) = 121+129+130=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 130 - color contains mainly: blue. Hex color #798182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798182 is #867E7D. Grayscale: #7E7E7E. Windows color (decimal): -8814206 or 8552825. OLE color: 8552825.

HSL color Cylindrical-coordinate representation of color #798182: hue angle of 186.67º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #798182 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 129 130 -
CMYK 0.07 0.01 0 0.49
HSL 186.67º 0.04% 0.49% -
HSV(B) 186.67º 0.07% 0.51% -
XYZ 19.76 21.38 24.2 -
YUV 126.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 121 129 130 0.07 0.01 0 0.49 186.67 0.04 0.49
Hex 79 81 82 7 1 0 31 BB 4 31
Octal 171 201 202 7 1 0 61 273 4 61
Binary 1111001 10000001 10000010 111 1 0 110001 10111011 100 110001

Color Harmonies of #798182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798182

Black with #798182

Text Example


Text Example

White with #798182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798182; }

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

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

background-color css

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

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

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

border-color css

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

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

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