Html Css Color HEX #778586 Regent Grey

📋 copy color: '#778586'

red 119 ◦ green 133 ◦ blue 134

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

Shades of Regent Grey #778586

Tints of Regent Grey #778586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

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

R = 30.83%
G = 34.46%
B = 34.72%

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

#778586 (or 0x778586) is known color: Regent Grey. HEX triplet: 77, 85 and 86. RGB value is (119,133,134). Sum of RGB (Red+Green+Blue) = 119+133+134=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 134 - color contains mainly: blue. Hex color #778586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778586 is #887A79. Grayscale: #808080. Windows color (decimal): -8944250 or 8815991. OLE color: 8815991.

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

Color convert

RGB 119 133 134 -
CMYK 0.11 0.01 0 0.47
HSL 184º 0.06% 0.5% -
HSV(B) 184º 0.11% 0.53% -
XYZ 20.3 22.42 25.81 -
YUV 128.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 119 133 134 0.11 0.01 0 0.47 184 0.06 0.5
Hex 77 85 86 B 1 0 2F B8 6 32
Octal 167 205 206 13 1 0 57 270 6 62
Binary 1110111 10000101 10000110 1011 1 0 101111 10111000 110 110010

Color Harmonies of #778586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778586

Black with #778586

Text Example


Text Example

White with #778586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778586; }

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

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

background-color css

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

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

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

border-color css

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

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

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