Html Css Color HEX #778EA1 Bermuda Grey

📋 copy color: '#778EA1'

red 119 ◦ green 142 ◦ blue 161

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

Shades of Bermuda Grey #778EA1

Tints of Bermuda Grey #778EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.15%

R = 28.2%
G = 33.65%
B = 38.15%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#778EA1 (or 0x778EA1) is known color: Bermuda Grey. HEX triplet: 77, 8E and A1. RGB value is (119,142,161). Sum of RGB (Red+Green+Blue) = 119+142+161=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 161 - color contains mainly: blue. Hex color #778EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778EA1 is #88715E. Grayscale: #898989. Windows color (decimal): -8941919 or 10587767. OLE color: 10587767.

HSL color Cylindrical-coordinate representation of color #778EA1: hue angle of 207.14º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #778EA1 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 142 161 -
CMYK 0.26 0.12 0 0.37
HSL 207.14º 0.18% 0.55% -
HSV(B) 207.14º 0.26% 0.63% -
XYZ 23.71 25.84 37.46 -
YUV 137.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 119 142 161 0.26 0.12 0 0.37 207.14 0.18 0.55
Hex 77 8E A1 1A C 0 25 CF 12 37
Octal 167 216 241 32 14 0 45 317 22 67
Binary 1110111 10001110 10100001 11010 1100 0 100101 11001111 10010 110111

Color Harmonies of #778EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778EA1

Black with #778EA1

Text Example


Text Example

White with #778EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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