Html Css Color HEX #778384 Regent Grey

📋 copy color: '#778384'

red 119 ◦ green 131 ◦ blue 132

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

Shades of Regent Grey #778384

Tints of Regent Grey #778384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

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

R = 31.15%
G = 34.29%
B = 34.55%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#778384 (or 0x778384) is known color: Regent Grey. HEX triplet: 77, 83 and 84. RGB value is (119,131,132). Sum of RGB (Red+Green+Blue) = 119+131+132=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #778384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778384 is #887C7B. Grayscale: #7F7F7F. Windows color (decimal): -8944764 or 8684407. OLE color: 8684407.

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

Color convert

RGB 119 131 132 -
CMYK 0.10 0.01 0 0.48
HSL 184.62º 0.05% 0.49% -
HSV(B) 184.62º 0.1% 0.52% -
XYZ 19.89 21.82 24.99 -
YUV 127.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 119 131 132 0.10 0.01 0 0.48 184.62 0.05 0.49
Hex 77 83 84 A 1 0 30 B9 5 31
Octal 167 203 204 12 1 0 60 271 5 61
Binary 1110111 10000011 10000100 1010 1 0 110000 10111001 101 110001

Color Harmonies of #778384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778384

Black with #778384

Text Example


Text Example

White with #778384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778384; }

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

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

background-color css

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

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

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

border-color css

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

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

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