Html Css Color HEX #778084 Regent Grey

📋 copy color: '#778084'

red 119 ◦ green 128 ◦ blue 132

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

Shades of Regent Grey #778084

Tints of Regent Grey #778084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 31.4%
G = 33.77%
B = 34.83%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#778084 (or 0x778084) is known color: Regent Grey. HEX triplet: 77, 80 and 84. RGB value is (119,128,132). Sum of RGB (Red+Green+Blue) = 119+128+132=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 132 - color contains mainly: blue. Hex color #778084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778084 is #887F7B. Grayscale: #7D7D7D. Windows color (decimal): -8945532 or 8683639. OLE color: 8683639.

HSL color Cylindrical-coordinate representation of color #778084: hue angle of 198.46º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #778084 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 128 132 -
CMYK 0.10 0.03 0 0.48
HSL 198.46º 0.05% 0.49% -
HSV(B) 198.46º 0.1% 0.52% -
XYZ 19.49 21.03 24.86 -
YUV 125.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 119 128 132 0.10 0.03 0 0.48 198.46 0.05 0.49
Hex 77 80 84 A 3 0 30 C6 5 31
Octal 167 200 204 12 3 0 60 306 5 61
Binary 1110111 10000000 10000100 1010 11 0 110000 11000110 101 110001

Color Harmonies of #778084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778084

Black with #778084

Text Example


Text Example

White with #778084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778084; }

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

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

background-color css

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

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

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

border-color css

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

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

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