Html Css Color HEX #788991 Regent Grey

📋 copy color: '#788991'

red 120 ◦ green 137 ◦ blue 145

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

Shades of Regent Grey #788991

Tints of Regent Grey #788991

RGB

 RED value IS 120 (47.27% from 255) = 29.85%

 GREEN value IS 137 (53.91% from 255) = 34.08%

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 29.85%
G = 34.08%
B = 36.07%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#788991 (or 0x788991) is known color: Regent Grey. HEX triplet: 78, 89 and 91. RGB value is (120,137,145). Sum of RGB (Red+Green+Blue) = 120+137+145=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #788991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788991 is #87766E. Grayscale: #848484. Windows color (decimal): -8877679 or 9537912. OLE color: 9537912.

HSL color Cylindrical-coordinate representation of color #788991: hue angle of 199.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788991 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 137 145 -
CMYK 0.17 0.06 0 0.43
HSL 199.2º 0.1% 0.52% -
HSV(B) 199.2º 0.17% 0.57% -
XYZ 21.8 23.93 30.26 -
YUV 132.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 120 137 145 0.17 0.06 0 0.43 199.2 0.1 0.52
Hex 78 89 91 11 6 0 2B C7 A 34
Octal 170 211 221 21 6 0 53 307 12 64
Binary 1111000 10001001 10010001 10001 110 0 101011 11000111 1010 110100

Color Harmonies of #788991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788991

Black with #788991

Text Example


Text Example

White with #788991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788991; }

 p { color: rgb(120,137,145); }

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

background-color css

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

 a { background-color: rgb(120,137,145); }

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

border-color css

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

 span { border-color: rgb(120,137,145); }

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