Html Css Color HEX #798688 Regent Grey

📋 copy color: '#798688'

red 121 ◦ green 134 ◦ blue 136

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

Shades of Regent Grey #798688

Tints of Regent Grey #798688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

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

R = 30.95%
G = 34.27%
B = 34.78%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#798688 (or 0x798688) is known color: Regent Grey. HEX triplet: 79, 86 and 88. RGB value is (121,134,136). Sum of RGB (Red+Green+Blue) = 121+134+136=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 136 - color contains mainly: blue. Hex color #798688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798688 is #867977. Grayscale: #828282. Windows color (decimal): -8812920 or 8947321. OLE color: 8947321.

HSL color Cylindrical-coordinate representation of color #798688: hue angle of 188º 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 #798688 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 134 136 -
CMYK 0.11 0.01 0 0.47
HSL 188º 0.06% 0.5% -
HSV(B) 188º 0.11% 0.53% -
XYZ 20.85 22.89 26.61 -
YUV 130.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 121 134 136 0.11 0.01 0 0.47 188 0.06 0.5
Hex 79 86 88 B 1 0 2F BC 6 32
Octal 171 206 210 13 1 0 57 274 6 62
Binary 1111001 10000110 10001000 1011 1 0 101111 10111100 110 110010

Color Harmonies of #798688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798688

Black with #798688

Text Example


Text Example

White with #798688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798688; }

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

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

background-color css

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

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

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

border-color css

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

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

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