Html Css Color HEX #79858B Regent Grey

📋 copy color: '#79858B'

red 121 ◦ green 133 ◦ blue 139

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

Shades of Regent Grey #79858B

Tints of Regent Grey #79858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 30.79%
G = 33.84%
B = 35.37%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79858B (or 0x79858B) is known color: Regent Grey. HEX triplet: 79, 85 and 8B. RGB value is (121,133,139). Sum of RGB (Red+Green+Blue) = 121+133+139=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #79858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79858B is #867A74. Grayscale: #828282. Windows color (decimal): -8813173 or 9143673. OLE color: 9143673.

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

Color convert

RGB 121 133 139 -
CMYK 0.13 0.04 0 0.45
HSL 200º 0.07% 0.51% -
HSV(B) 200º 0.13% 0.55% -
XYZ 20.93 22.7 27.71 -
YUV 130.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 121 133 139 0.13 0.04 0 0.45 200 0.07 0.51
Hex 79 85 8B D 4 0 2D C8 7 33
Octal 171 205 213 15 4 0 55 310 7 63
Binary 1111001 10000101 10001011 1101 100 0 101101 11001000 111 110011

Color Harmonies of #79858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79858B

Black with #79858B

Text Example


Text Example

White with #79858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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