Html Css Color HEX #778589 Regent Grey

📋 copy color: '#778589'

red 119 ◦ green 133 ◦ blue 137

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

Shades of Regent Grey #778589

Tints of Regent Grey #778589

RGB

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

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

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

R = 30.59%
G = 34.19%
B = 35.22%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#778589 (or 0x778589) is known color: Regent Grey. HEX triplet: 77, 85 and 89. RGB value is (119,133,137). Sum of RGB (Red+Green+Blue) = 119+133+137=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 137 - color contains mainly: blue. Hex color #778589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778589 is #887A76. Grayscale: #818181. Windows color (decimal): -8944247 or 9012599. OLE color: 9012599.

HSL color Cylindrical-coordinate representation of color #778589: hue angle of 193.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 #778589 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 133 137 -
CMYK 0.13 0.03 0 0.46
HSL 193.33º 0.07% 0.5% -
HSV(B) 193.33º 0.13% 0.54% -
XYZ 20.51 22.5 26.93 -
YUV 129.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 119 133 137 0.13 0.03 0 0.46 193.33 0.07 0.5
Hex 77 85 89 D 3 0 2E C1 7 32
Octal 167 205 211 15 3 0 56 301 7 62
Binary 1110111 10000101 10001001 1101 11 0 101110 11000001 111 110010

Color Harmonies of #778589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778589

Black with #778589

Text Example


Text Example

White with #778589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778589; }

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

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

background-color css

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

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

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

border-color css

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

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

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