Html Css Color HEX #778E9E Bermuda Grey

📋 copy color: '#778E9E'

red 119 ◦ green 142 ◦ blue 158

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

Shades of Bermuda Grey #778E9E

Tints of Bermuda Grey #778E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 28.4%
G = 33.89%
B = 37.71%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#778E9E (or 0x778E9E) is known color: Bermuda Grey. HEX triplet: 77, 8E and 9E. RGB value is (119,142,158). Sum of RGB (Red+Green+Blue) = 119+142+158=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #778E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E9E is #887161. Grayscale: #888888. Windows color (decimal): -8941922 or 10391159. OLE color: 10391159.

HSL color Cylindrical-coordinate representation of color #778E9E: hue angle of 204.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #778E9E is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 142 158 -
CMYK 0.25 0.10 0 0.38
HSL 204.62º 0.17% 0.54% -
HSV(B) 204.62º 0.25% 0.62% -
XYZ 23.45 25.74 36.08 -
YUV 136.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 119 142 158 0.25 0.10 0 0.38 204.62 0.17 0.54
Hex 77 8E 9E 19 A 0 26 CD 11 36
Octal 167 216 236 31 12 0 46 315 21 66
Binary 1110111 10001110 10011110 11001 1010 0 100110 11001101 10001 110110

Color Harmonies of #778E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778E9E

Black with #778E9E

Text Example


Text Example

White with #778E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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