Html Css Color HEX #778F9C Bermuda Grey

📋 copy color: '#778F9C'

red 119 ◦ green 143 ◦ blue 156

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

Shades of Bermuda Grey #778F9C

Tints of Bermuda Grey #778F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.32%

R = 28.47%
G = 34.21%
B = 37.32%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#778F9C (or 0x778F9C) is known color: Bermuda Grey. HEX triplet: 77, 8F and 9C. RGB value is (119,143,156). Sum of RGB (Red+Green+Blue) = 119+143+156=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #778F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F9C is #887063. Grayscale: #898989. Windows color (decimal): -8941668 or 10260343. OLE color: 10260343.

HSL color Cylindrical-coordinate representation of color #778F9C: hue angle of 201.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #778F9C is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 143 156 -
CMYK 0.24 0.08 0 0.39
HSL 201.08º 0.16% 0.54% -
HSV(B) 201.08º 0.24% 0.61% -
XYZ 23.43 25.97 35.23 -
YUV 137.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 119 143 156 0.24 0.08 0 0.39 201.08 0.16 0.54
Hex 77 8F 9C 18 8 0 27 C9 10 36
Octal 167 217 234 30 10 0 47 311 20 66
Binary 1110111 10001111 10011100 11000 1000 0 100111 11001001 10000 110110

Color Harmonies of #778F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778F9C

Black with #778F9C

Text Example


Text Example

White with #778F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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