Html Css Color HEX #79878D Regent Grey

📋 copy color: '#79878D'

red 121 ◦ green 135 ◦ blue 141

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

Shades of Regent Grey #79878D

Tints of Regent Grey #79878D

RGB

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

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

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

R = 30.48%
G = 34.01%
B = 35.52%

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

#79878D (or 0x79878D) is known color: Regent Grey. HEX triplet: 79, 87 and 8D. RGB value is (121,135,141). Sum of RGB (Red+Green+Blue) = 121+135+141=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 141 - color contains mainly: blue. Hex color #79878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79878D is #867872. Grayscale: #838383. Windows color (decimal): -8812659 or 9275257. OLE color: 9275257.

HSL color Cylindrical-coordinate representation of color #79878D: hue angle of 198º 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 #79878D is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 135 141 -
CMYK 0.14 0.04 0 0.45
HSL 198º 0.08% 0.51% -
HSV(B) 198º 0.14% 0.55% -
XYZ 21.36 23.32 28.57 -
YUV 131.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 121 135 141 0.14 0.04 0 0.45 198 0.08 0.51
Hex 79 87 8D E 4 0 2D C6 8 33
Octal 171 207 215 16 4 0 55 306 10 63
Binary 1111001 10000111 10001101 1110 100 0 101101 11000110 1000 110011

Color Harmonies of #79878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79878D

Black with #79878D

Text Example


Text Example

White with #79878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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