Html Css Color HEX #798085 Regent Grey

📋 copy color: '#798085'

red 121 ◦ green 128 ◦ blue 133

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

Shades of Regent Grey #798085

Tints of Regent Grey #798085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 31.68%
G = 33.51%
B = 34.82%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#798085 (or 0x798085) is known color: Regent Grey. HEX triplet: 79, 80 and 85. RGB value is (121,128,133). Sum of RGB (Red+Green+Blue) = 121+128+133=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 133 - color contains mainly: blue. Hex color #798085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798085 is #867F7A. Grayscale: #7E7E7E. Windows color (decimal): -8814459 or 8749177. OLE color: 8749177.

HSL color Cylindrical-coordinate representation of color #798085: hue angle of 205º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #798085 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 128 133 -
CMYK 0.09 0.04 0 0.48
HSL 205º 0.05% 0.5% -
HSV(B) 205º 0.09% 0.52% -
XYZ 19.84 21.2 25.24 -
YUV 126.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 121 128 133 0.09 0.04 0 0.48 205 0.05 0.5
Hex 79 80 85 9 4 0 30 CD 5 32
Octal 171 200 205 11 4 0 60 315 5 62
Binary 1111001 10000000 10000101 1001 100 0 110000 11001101 101 110010

Color Harmonies of #798085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798085

Black with #798085

Text Example


Text Example

White with #798085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798085; }

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

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

background-color css

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

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

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

border-color css

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

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

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