Html Css Color HEX #778E99 Bermuda Grey

📋 copy color: '#778E99'

red 119 ◦ green 142 ◦ blue 153

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

Shades of Bermuda Grey #778E99

Tints of Bermuda Grey #778E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 28.74%
G = 34.3%
B = 36.96%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#778E99 (or 0x778E99) is known color: Bermuda Grey. HEX triplet: 77, 8E and 99. RGB value is (119,142,153). Sum of RGB (Red+Green+Blue) = 119+142+153=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #778E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E99 is #887166. Grayscale: #888888. Windows color (decimal): -8941927 or 10063479. OLE color: 10063479.

HSL color Cylindrical-coordinate representation of color #778E99: hue angle of 199.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778E99 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 142 153 -
CMYK 0.22 0.07 0 0.4
HSL 199.41º 0.14% 0.53% -
HSV(B) 199.41º 0.22% 0.6% -
XYZ 23.03 25.57 33.86 -
YUV 136.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 119 142 153 0.22 0.07 0 0.4 199.41 0.14 0.53
Hex 77 8E 99 16 7 0 28 C7 E 35
Octal 167 216 231 26 7 0 50 307 16 65
Binary 1110111 10001110 10011001 10110 111 0 101000 11000111 1110 110101

Color Harmonies of #778E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778E99

Black with #778E99

Text Example


Text Example

White with #778E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778E99; }

 p { color: rgb(119,142,153); }

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

background-color css

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

 a { background-color: rgb(119,142,153); }

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

border-color css

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

 span { border-color: rgb(119,142,153); }

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