Html Css Color HEX #798185 Regent Grey

📋 copy color: '#798185'

red 121 ◦ green 129 ◦ blue 133

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

Shades of Regent Grey #798185

Tints of Regent Grey #798185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 31.59%
G = 33.68%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#798185 (or 0x798185) is known color: Regent Grey. HEX triplet: 79, 81 and 85. RGB value is (121,129,133). Sum of RGB (Red+Green+Blue) = 121+129+133=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: blue. Hex color #798185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798185 is #867E7A. Grayscale: #7F7F7F. Windows color (decimal): -8814203 or 8749433. OLE color: 8749433.

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

Color convert

RGB 121 129 133 -
CMYK 0.09 0.03 0 0.48
HSL 200º 0.05% 0.5% -
HSV(B) 200º 0.09% 0.52% -
XYZ 19.97 21.46 25.28 -
YUV 127.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 121 129 133 0.09 0.03 0 0.48 200 0.05 0.5
Hex 79 81 85 9 3 0 30 C8 5 32
Octal 171 201 205 11 3 0 60 310 5 62
Binary 1111001 10000001 10000101 1001 11 0 110000 11001000 101 110010

Color Harmonies of #798185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798185

Black with #798185

Text Example


Text Example

White with #798185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798185; }

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

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

background-color css

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

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

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

border-color css

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

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

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