Html Css Color HEX #778F9B Bermuda Grey

📋 copy color: '#778F9B'

red 119 ◦ green 143 ◦ blue 155

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

Shades of Bermuda Grey #778F9B

Tints of Bermuda Grey #778F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 28.54%
G = 34.29%
B = 37.17%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#778F9B (or 0x778F9B) is known color: Bermuda Grey. HEX triplet: 77, 8F and 9B. RGB value is (119,143,155). Sum of RGB (Red+Green+Blue) = 119+143+155=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #778F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F9B is #887064. Grayscale: #898989. Windows color (decimal): -8941669 or 10194807. OLE color: 10194807.

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

Color convert

RGB 119 143 155 -
CMYK 0.23 0.08 0 0.39
HSL 200º 0.15% 0.54% -
HSV(B) 200º 0.23% 0.61% -
XYZ 23.35 25.93 34.79 -
YUV 137.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 119 143 155 0.23 0.08 0 0.39 200 0.15 0.54
Hex 77 8F 9B 17 8 0 27 C8 F 36
Octal 167 217 233 27 10 0 47 310 17 66
Binary 1110111 10001111 10011011 10111 1000 0 100111 11001000 1111 110110

Color Harmonies of #778F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778F9B

Black with #778F9B

Text Example


Text Example

White with #778F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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