Html Css Color HEX #778286 Regent Grey

📋 copy color: '#778286'

red 119 ◦ green 130 ◦ blue 134

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

Shades of Regent Grey #778286

Tints of Regent Grey #778286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

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

R = 31.07%
G = 33.94%
B = 34.99%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#778286 (or 0x778286) is known color: Regent Grey. HEX triplet: 77, 82 and 86. RGB value is (119,130,134). Sum of RGB (Red+Green+Blue) = 119+130+134=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #778286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778286 is #887D79. Grayscale: #7F7F7F. Windows color (decimal): -8945018 or 8815223. OLE color: 8815223.

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

Color convert

RGB 119 130 134 -
CMYK 0.11 0.03 0 0.47
HSL 196º 0.06% 0.5% -
HSV(B) 196º 0.11% 0.53% -
XYZ 19.89 21.61 25.68 -
YUV 127.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 119 130 134 0.11 0.03 0 0.47 196 0.06 0.5
Hex 77 82 86 B 3 0 2F C4 6 32
Octal 167 202 206 13 3 0 57 304 6 62
Binary 1110111 10000010 10000110 1011 11 0 101111 11000100 110 110010

Color Harmonies of #778286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778286

Black with #778286

Text Example


Text Example

White with #778286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778286; }

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

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

background-color css

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

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

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

border-color css

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

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

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