Html Css Color HEX #778F9A Bermuda Grey

📋 copy color: '#778F9A'

red 119 ◦ green 143 ◦ blue 154

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

Shades of Bermuda Grey #778F9A

Tints of Bermuda Grey #778F9A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 28.61%
G = 34.38%
B = 37.02%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#778F9A (or 0x778F9A) is known color: Bermuda Grey. HEX triplet: 77, 8F and 9A. RGB value is (119,143,154). Sum of RGB (Red+Green+Blue) = 119+143+154=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #778F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F9A is #887065. Grayscale: #898989. Windows color (decimal): -8941670 or 10129271. OLE color: 10129271.

HSL color Cylindrical-coordinate representation of color #778F9A: hue angle of 198.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778F9A is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 143 154 -
CMYK 0.23 0.07 0 0.40
HSL 198.86º 0.15% 0.54% -
HSV(B) 198.86º 0.23% 0.6% -
XYZ 23.26 25.9 34.34 -
YUV 137.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 119 143 154 0.23 0.07 0 0.40 198.86 0.15 0.54
Hex 77 8F 9A 17 7 0 28 C7 F 36
Octal 167 217 232 27 7 0 50 307 17 66
Binary 1110111 10001111 10011010 10111 111 0 101000 11000111 1111 110110

Color Harmonies of #778F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778F9A

Black with #778F9A

Text Example


Text Example

White with #778F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,143,154); }

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

background-color css

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

 a { background-color: rgb(119,143,154); }

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

border-color css

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

 span { border-color: rgb(119,143,154); }

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