Html Css Color HEX #78949F Bermuda Grey

📋 copy color: '#78949F'

red 120 ◦ green 148 ◦ blue 159

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

Shades of Bermuda Grey #78949F

Tints of Bermuda Grey #78949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 28.1%
G = 34.66%
B = 37.24%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78949F (or 0x78949F) is known color: Bermuda Grey. HEX triplet: 78, 94 and 9F. RGB value is (120,148,159). Sum of RGB (Red+Green+Blue) = 120+148+159=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #78949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78949F is #876B60. Grayscale: #8C8C8C. Windows color (decimal): -8874849 or 10458232. OLE color: 10458232.

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

Color convert

RGB 120 148 159 -
CMYK 0.25 0.07 0 0.38
HSL 196.92º 0.17% 0.55% -
HSV(B) 196.92º 0.25% 0.62% -
XYZ 24.59 27.68 36.85 -
YUV 140.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 120 148 159 0.25 0.07 0 0.38 196.92 0.17 0.55
Hex 78 94 9F 19 7 0 26 C5 11 37
Octal 170 224 237 31 7 0 46 305 21 67
Binary 1111000 10010100 10011111 11001 111 0 100110 11000101 10001 110111

Color Harmonies of #78949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78949F

Black with #78949F

Text Example


Text Example

White with #78949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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