Html Css Color HEX #78949E Bermuda Grey

📋 copy color: '#78949E'

red 120 ◦ green 148 ◦ blue 158

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

Shades of Bermuda Grey #78949E

Tints of Bermuda Grey #78949E

RGB

 RED value IS 120 (47.27% from 255) = 28.17%

 GREEN value IS 148 (58.2% from 255) = 34.74%

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 28.17%
G = 34.74%
B = 37.09%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78949E (or 0x78949E) is known color: Bermuda Grey. HEX triplet: 78, 94 and 9E. RGB value is (120,148,158). Sum of RGB (Red+Green+Blue) = 120+148+158=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #78949E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78949E is #876B61. Grayscale: #8C8C8C. Windows color (decimal): -8874850 or 10392696. OLE color: 10392696.

HSL color Cylindrical-coordinate representation of color #78949E: hue angle of 195.79º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78949E is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 148 158 -
CMYK 0.24 0.06 0 0.38
HSL 195.79º 0.16% 0.55% -
HSV(B) 195.79º 0.24% 0.62% -
XYZ 24.51 27.64 36.39 -
YUV 140.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 120 148 158 0.24 0.06 0 0.38 195.79 0.16 0.55
Hex 78 94 9E 18 6 0 26 C4 10 37
Octal 170 224 236 30 6 0 46 304 20 67
Binary 1111000 10010100 10011110 11000 110 0 100110 11000100 10000 110111

Color Harmonies of #78949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78949E

Black with #78949E

Text Example


Text Example

White with #78949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78949E; }

 p { color: rgb(120,148,158); }

 H1.HeaderClassName
 {
   color: #78949E;
 }
 .AnyTagClassName
 {
   color: #78949E;
 }
</style>

background-color css

<style>
 a { background-color: #78949E; }

 a { background-color: rgb(120,148,158); }

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

border-color css

<style>
 span { border-color: #78949E; }

 span { border-color: rgb(120,148,158); }

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