Html Css Color HEX #798287 Regent Grey

📋 copy color: '#798287'

red 121 ◦ green 130 ◦ blue 135

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

Shades of Regent Grey #798287

Tints of Regent Grey #798287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 31.35%
G = 33.68%
B = 34.97%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#798287 (or 0x798287) is known color: Regent Grey. HEX triplet: 79, 82 and 87. RGB value is (121,130,135). Sum of RGB (Red+Green+Blue) = 121+130+135=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #798287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798287 is #867D78. Grayscale: #7F7F7F. Windows color (decimal): -8813945 or 8880761. OLE color: 8880761.

HSL color Cylindrical-coordinate representation of color #798287: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #798287 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 130 135 -
CMYK 0.10 0.04 0 0.47
HSL 201.43º 0.06% 0.5% -
HSV(B) 201.43º 0.1% 0.53% -
XYZ 20.24 21.78 26.06 -
YUV 127.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 121 130 135 0.10 0.04 0 0.47 201.43 0.06 0.5
Hex 79 82 87 A 4 0 2F C9 6 32
Octal 171 202 207 12 4 0 57 311 6 62
Binary 1111001 10000010 10000111 1010 100 0 101111 11001001 110 110010

Color Harmonies of #798287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798287

Black with #798287

Text Example


Text Example

White with #798287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798287; }

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

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

background-color css

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

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

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

border-color css

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

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

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