Html Css Color HEX #78949D Bermuda Grey

📋 copy color: '#78949D'

red 120 ◦ green 148 ◦ blue 157

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

Shades of Bermuda Grey #78949D

Tints of Bermuda Grey #78949D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 28.24%
G = 34.82%
B = 36.94%

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

#78949D (or 0x78949D) is known color: Bermuda Grey. HEX triplet: 78, 94 and 9D. RGB value is (120,148,157). Sum of RGB (Red+Green+Blue) = 120+148+157=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #78949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78949D is #876B62. Grayscale: #8C8C8C. Windows color (decimal): -8874851 or 10327160. OLE color: 10327160.

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

Color convert

RGB 120 148 157 -
CMYK 0.24 0.06 0 0.38
HSL 194.59º 0.16% 0.54% -
HSV(B) 194.59º 0.24% 0.62% -
XYZ 24.42 27.61 35.94 -
YUV 140.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 120 148 157 0.24 0.06 0 0.38 194.59 0.16 0.54
Hex 78 94 9D 18 6 0 26 C3 10 36
Octal 170 224 235 30 6 0 46 303 20 66
Binary 1111000 10010100 10011101 11000 110 0 100110 11000011 10000 110110

Color Harmonies of #78949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78949D

Black with #78949D

Text Example


Text Example

White with #78949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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