Html Css Color HEX #778486 Regent Grey

📋 copy color: '#778486'

red 119 ◦ green 132 ◦ blue 134

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

Shades of Regent Grey #778486

Tints of Regent Grey #778486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 30.91%
G = 34.29%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#778486 (or 0x778486) is known color: Regent Grey. HEX triplet: 77, 84 and 86. RGB value is (119,132,134). Sum of RGB (Red+Green+Blue) = 119+132+134=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 134 - color contains mainly: blue. Hex color #778486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778486 is #887B79. Grayscale: #808080. Windows color (decimal): -8944506 or 8815735. OLE color: 8815735.

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

Color convert

RGB 119 132 134 -
CMYK 0.11 0.01 0 0.47
HSL 188º 0.06% 0.5% -
HSV(B) 188º 0.11% 0.53% -
XYZ 20.16 22.15 25.77 -
YUV 128.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 119 132 134 0.11 0.01 0 0.47 188 0.06 0.5
Hex 77 84 86 B 1 0 2F BC 6 32
Octal 167 204 206 13 1 0 57 274 6 62
Binary 1110111 10000100 10000110 1011 1 0 101111 10111100 110 110010

Color Harmonies of #778486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778486

Black with #778486

Text Example


Text Example

White with #778486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778486; }

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

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

background-color css

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

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

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

border-color css

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

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

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