Html Css Color HEX #78949B Bermuda Grey

📋 copy color: '#78949B'

red 120 ◦ green 148 ◦ blue 155

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

Shades of Bermuda Grey #78949B

Tints of Bermuda Grey #78949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 28.37%
G = 34.99%
B = 36.64%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78949B (or 0x78949B) is known color: Bermuda Grey. HEX triplet: 78, 94 and 9B. RGB value is (120,148,155). Sum of RGB (Red+Green+Blue) = 120+148+155=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #78949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78949B is #876B64. Grayscale: #8C8C8C. Windows color (decimal): -8874853 or 10196088. OLE color: 10196088.

HSL color Cylindrical-coordinate representation of color #78949B: hue angle of 192º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78949B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 148 155 -
CMYK 0.23 0.05 0 0.39
HSL 192º 0.15% 0.54% -
HSV(B) 192º 0.23% 0.61% -
XYZ 24.25 27.54 35.05 -
YUV 140.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 120 148 155 0.23 0.05 0 0.39 192 0.15 0.54
Hex 78 94 9B 17 5 0 27 C0 F 36
Octal 170 224 233 27 5 0 47 300 17 66
Binary 1111000 10010100 10011011 10111 101 0 100111 11000000 1111 110110

Color Harmonies of #78949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78949B

Black with #78949B

Text Example


Text Example

White with #78949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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