Html Css Color HEX #798288 Regent Grey

📋 copy color: '#798288'

red 121 ◦ green 130 ◦ blue 136

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

Shades of Regent Grey #798288

Tints of Regent Grey #798288

RGB

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

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

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

R = 31.27%
G = 33.59%
B = 35.14%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#798288 (or 0x798288) is known color: Regent Grey. HEX triplet: 79, 82 and 88. RGB value is (121,130,136). Sum of RGB (Red+Green+Blue) = 121+130+136=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #798288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798288 is #867D77. Grayscale: #7F7F7F. Windows color (decimal): -8813944 or 8946297. OLE color: 8946297.

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

Color convert

RGB 121 130 136 -
CMYK 0.11 0.04 0 0.47
HSL 204º 0.06% 0.5% -
HSV(B) 204º 0.11% 0.53% -
XYZ 20.31 21.81 26.43 -
YUV 127.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 121 130 136 0.11 0.04 0 0.47 204 0.06 0.5
Hex 79 82 88 B 4 0 2F CC 6 32
Octal 171 202 210 13 4 0 57 314 6 62
Binary 1111001 10000010 10001000 1011 100 0 101111 11001100 110 110010

Color Harmonies of #798288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798288

Black with #798288

Text Example


Text Example

White with #798288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798288; }

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

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

background-color css

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

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

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

border-color css

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

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

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