Html Css Color HEX #798788 Regent Grey

📋 copy color: '#798788'

red 121 ◦ green 135 ◦ blue 136

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

Shades of Regent Grey #798788

Tints of Regent Grey #798788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.44%

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

R = 30.87%
G = 34.44%
B = 34.69%

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

#798788 (or 0x798788) is known color: Regent Grey. HEX triplet: 79, 87 and 88. RGB value is (121,135,136). Sum of RGB (Red+Green+Blue) = 121+135+136=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 136 - color contains mainly: blue. Hex color #798788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798788 is #867877. Grayscale: #828282. Windows color (decimal): -8812664 or 8947577. OLE color: 8947577.

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

Color convert

RGB 121 135 136 -
CMYK 0.11 0.01 0 0.47
HSL 184º 0.06% 0.5% -
HSV(B) 184º 0.11% 0.53% -
XYZ 20.99 23.17 26.66 -
YUV 130.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 121 135 136 0.11 0.01 0 0.47 184 0.06 0.5
Hex 79 87 88 B 1 0 2F B8 6 32
Octal 171 207 210 13 1 0 57 270 6 62
Binary 1111001 10000111 10001000 1011 1 0 101111 10111000 110 110010

Color Harmonies of #798788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798788

Black with #798788

Text Example


Text Example

White with #798788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798788; }

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

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

background-color css

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

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

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

border-color css

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

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

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