Html Css Color HEX #778D96 Bermuda Grey

📋 copy color: '#778D96'

red 119 ◦ green 141 ◦ blue 150

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

Shades of Bermuda Grey #778D96

Tints of Bermuda Grey #778D96

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 29.02%
G = 34.39%
B = 36.59%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#778D96 (or 0x778D96) is known color: Bermuda Grey. HEX triplet: 77, 8D and 96. RGB value is (119,141,150). Sum of RGB (Red+Green+Blue) = 119+141+150=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #778D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D96 is #887269. Grayscale: #878787. Windows color (decimal): -8942186 or 9866615. OLE color: 9866615.

HSL color Cylindrical-coordinate representation of color #778D96: hue angle of 197.42º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #778D96 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 141 150 -
CMYK 0.21 0.06 0 0.41
HSL 197.42º 0.13% 0.53% -
HSV(B) 197.42º 0.21% 0.59% -
XYZ 22.64 25.17 32.52 -
YUV 135.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 119 141 150 0.21 0.06 0 0.41 197.42 0.13 0.53
Hex 77 8D 96 15 6 0 29 C5 D 35
Octal 167 215 226 25 6 0 51 305 15 65
Binary 1110111 10001101 10010110 10101 110 0 101001 11000101 1101 110101

Color Harmonies of #778D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778D96

Black with #778D96

Text Example


Text Example

White with #778D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,141,150); }

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

background-color css

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

 a { background-color: rgb(119,141,150); }

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

border-color css

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

 span { border-color: rgb(119,141,150); }

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