Html Css Color HEX #798588 Regent Grey

📋 copy color: '#798588'

red 121 ◦ green 133 ◦ blue 136

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

Shades of Regent Grey #798588

Tints of Regent Grey #798588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 136 (53.52% from 255) = 34.87%

R = 31.03%
G = 34.1%
B = 34.87%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#798588 (or 0x798588) is known color: Regent Grey. HEX triplet: 79, 85 and 88. RGB value is (121,133,136). Sum of RGB (Red+Green+Blue) = 121+133+136=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 136 - color contains mainly: blue. Hex color #798588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798588 is #867A77. Grayscale: #818181. Windows color (decimal): -8813176 or 8947065. OLE color: 8947065.

HSL color Cylindrical-coordinate representation of color #798588: hue angle of 192º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #798588 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 133 136 -
CMYK 0.11 0.02 0 0.47
HSL 192º 0.06% 0.5% -
HSV(B) 192º 0.11% 0.53% -
XYZ 20.72 22.62 26.57 -
YUV 129.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 121 133 136 0.11 0.02 0 0.47 192 0.06 0.5
Hex 79 85 88 B 2 0 2F C0 6 32
Octal 171 205 210 13 2 0 57 300 6 62
Binary 1111001 10000101 10001000 1011 10 0 101111 11000000 110 110010

Color Harmonies of #798588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798588

Black with #798588

Text Example


Text Example

White with #798588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798588; }

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

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

background-color css

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

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

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

border-color css

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

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

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