Html Css Color HEX #798387 Regent Grey

📋 copy color: '#798387'

red 121 ◦ green 131 ◦ blue 135

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

Shades of Regent Grey #798387

Tints of Regent Grey #798387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 31.27%
G = 33.85%
B = 34.88%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#798387 (or 0x798387) is known color: Regent Grey. HEX triplet: 79, 83 and 87. RGB value is (121,131,135). Sum of RGB (Red+Green+Blue) = 121+131+135=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #798387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798387 is #867C78. Grayscale: #808080. Windows color (decimal): -8813689 or 8881017. OLE color: 8881017.

HSL color Cylindrical-coordinate representation of color #798387: hue angle of 197.14º 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 #798387 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 131 135 -
CMYK 0.10 0.03 0 0.47
HSL 197.14º 0.06% 0.5% -
HSV(B) 197.14º 0.1% 0.53% -
XYZ 20.37 22.05 26.1 -
YUV 128.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 121 131 135 0.10 0.03 0 0.47 197.14 0.06 0.5
Hex 79 83 87 A 3 0 2F C5 6 32
Octal 171 203 207 12 3 0 57 305 6 62
Binary 1111001 10000011 10000111 1010 11 0 101111 11000101 110 110010

Color Harmonies of #798387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798387

Black with #798387

Text Example


Text Example

White with #798387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798387; }

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

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

background-color css

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

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

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

border-color css

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

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

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