Html Css Color HEX #79888D Regent Grey

📋 copy color: '#79888D'

red 121 ◦ green 136 ◦ blue 141

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

Shades of Regent Grey #79888D

Tints of Regent Grey #79888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 30.4%
G = 34.17%
B = 35.43%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79888D (or 0x79888D) is known color: Regent Grey. HEX triplet: 79, 88 and 8D. RGB value is (121,136,141). Sum of RGB (Red+Green+Blue) = 121+136+141=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: blue. Hex color #79888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79888D is #867772. Grayscale: #848484. Windows color (decimal): -8812403 or 9275513. OLE color: 9275513.

HSL color Cylindrical-coordinate representation of color #79888D: hue angle of 195º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79888D is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 136 141 -
CMYK 0.14 0.04 0 0.45
HSL 195º 0.08% 0.51% -
HSV(B) 195º 0.14% 0.55% -
XYZ 21.5 23.6 28.62 -
YUV 132.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 121 136 141 0.14 0.04 0 0.45 195 0.08 0.51
Hex 79 88 8D E 4 0 2D C3 8 33
Octal 171 210 215 16 4 0 55 303 10 63
Binary 1111001 10001000 10001101 1110 100 0 101101 11000011 1000 110011

Color Harmonies of #79888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79888D

Black with #79888D

Text Example


Text Example

White with #79888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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