Html Css Color HEX #798B8E Regent Grey

📋 copy color: '#798B8E'

red 121 ◦ green 139 ◦ blue 142

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

Shades of Regent Grey #798B8E

Tints of Regent Grey #798B8E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.58%

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 30.1%
G = 34.58%
B = 35.32%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#798B8E (or 0x798B8E) is known color: Regent Grey. HEX triplet: 79, 8B and 8E. RGB value is (121,139,142). Sum of RGB (Red+Green+Blue) = 121+139+142=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 142 - color contains mainly: blue. Hex color #798B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B8E is #867471. Grayscale: #858585. Windows color (decimal): -8811634 or 9341817. OLE color: 9341817.

HSL color Cylindrical-coordinate representation of color #798B8E: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798B8E is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 139 142 -
CMYK 0.15 0.02 0 0.44
HSL 188.57º 0.09% 0.52% -
HSV(B) 188.57º 0.15% 0.56% -
XYZ 22 24.48 29.16 -
YUV 133.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 121 139 142 0.15 0.02 0 0.44 188.57 0.09 0.52
Hex 79 8B 8E F 2 0 2C BD 9 34
Octal 171 213 216 17 2 0 54 275 11 64
Binary 1111001 10001011 10001110 1111 10 0 101100 10111101 1001 110100

Color Harmonies of #798B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B8E

Black with #798B8E

Text Example


Text Example

White with #798B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798B8E; }

 p { color: rgb(121,139,142); }

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

background-color css

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

 a { background-color: rgb(121,139,142); }

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

border-color css

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

 span { border-color: rgb(121,139,142); }

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