Html Css Color HEX #778990 Regent Grey

📋 copy color: '#778990'

red 119 ◦ green 137 ◦ blue 144

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

Shades of Regent Grey #778990

Tints of Regent Grey #778990

RGB

 RED value IS 119 (46.88% from 255) = 29.75%

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

 BLUE value IS 144 (56.64% from 255) = 36%

R = 29.75%
G = 34.25%
B = 36%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#778990 (or 0x778990) is known color: Regent Grey. HEX triplet: 77, 89 and 90. RGB value is (119,137,144). Sum of RGB (Red+Green+Blue) = 119+137+144=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #778990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778990 is #88766F. Grayscale: #848484. Windows color (decimal): -8943216 or 9472375. OLE color: 9472375.

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

Color convert

RGB 119 137 144 -
CMYK 0.17 0.05 0 0.44
HSL 196.8º 0.1% 0.52% -
HSV(B) 196.8º 0.17% 0.56% -
XYZ 21.59 23.83 29.85 -
YUV 132.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 119 137 144 0.17 0.05 0 0.44 196.8 0.1 0.52
Hex 77 89 90 11 5 0 2C C5 A 34
Octal 167 211 220 21 5 0 54 305 12 64
Binary 1110111 10001001 10010000 10001 101 0 101100 11000101 1010 110100

Color Harmonies of #778990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778990

Black with #778990

Text Example


Text Example

White with #778990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778990; }

 p { color: rgb(119,137,144); }

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

background-color css

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

 a { background-color: rgb(119,137,144); }

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

border-color css

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

 span { border-color: rgb(119,137,144); }

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