Html Css Color HEX #778086 Regent Grey

📋 copy color: '#778086'

red 119 ◦ green 128 ◦ blue 134

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

Shades of Regent Grey #778086

Tints of Regent Grey #778086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 31.23%
G = 33.6%
B = 35.17%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#778086 (or 0x778086) is known color: Regent Grey. HEX triplet: 77, 80 and 86. RGB value is (119,128,134). Sum of RGB (Red+Green+Blue) = 119+128+134=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 134 - color contains mainly: blue. Hex color #778086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778086 is #887F79. Grayscale: #7D7D7D. Windows color (decimal): -8945530 or 8814711. OLE color: 8814711.

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

Color convert

RGB 119 128 134 -
CMYK 0.11 0.04 0 0.47
HSL 204º 0.06% 0.5% -
HSV(B) 204º 0.11% 0.53% -
XYZ 19.63 21.08 25.59 -
YUV 125.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 119 128 134 0.11 0.04 0 0.47 204 0.06 0.5
Hex 77 80 86 B 4 0 2F CC 6 32
Octal 167 200 206 13 4 0 57 314 6 62
Binary 1110111 10000000 10000110 1011 100 0 101111 11001100 110 110010

Color Harmonies of #778086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778086

Black with #778086

Text Example


Text Example

White with #778086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778086; }

 p { color: rgb(119,128,134); }

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

background-color css

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

 a { background-color: rgb(119,128,134); }

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

border-color css

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

 span { border-color: rgb(119,128,134); }

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