Html Css Color HEX #778289 Regent Grey

📋 copy color: '#778289'

red 119 ◦ green 130 ◦ blue 137

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

Shades of Regent Grey #778289

Tints of Regent Grey #778289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.49%

R = 30.83%
G = 33.68%
B = 35.49%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#778289 (or 0x778289) is known color: Regent Grey. HEX triplet: 77, 82 and 89. RGB value is (119,130,137). Sum of RGB (Red+Green+Blue) = 119+130+137=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 137 - color contains mainly: blue. Hex color #778289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778289 is #887D76. Grayscale: #7F7F7F. Windows color (decimal): -8945015 or 9011831. OLE color: 9011831.

HSL color Cylindrical-coordinate representation of color #778289: hue angle of 203.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778289 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 130 137 -
CMYK 0.13 0.05 0 0.46
HSL 203.33º 0.07% 0.5% -
HSV(B) 203.33º 0.13% 0.54% -
XYZ 20.11 21.69 26.79 -
YUV 127.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 119 130 137 0.13 0.05 0 0.46 203.33 0.07 0.5
Hex 77 82 89 D 5 0 2E CB 7 32
Octal 167 202 211 15 5 0 56 313 7 62
Binary 1110111 10000010 10001001 1101 101 0 101110 11001011 111 110010

Color Harmonies of #778289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778289

Black with #778289

Text Example


Text Example

White with #778289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778289; }

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

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

background-color css

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

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

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

border-color css

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

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

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