Html Css Color HEX #78959E Bermuda Grey

📋 copy color: '#78959E'

red 120 ◦ green 149 ◦ blue 158

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

Shades of Bermuda Grey #78959E

Tints of Bermuda Grey #78959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

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

R = 28.1%
G = 34.89%
B = 37%

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

#78959E (or 0x78959E) is known color: Bermuda Grey. HEX triplet: 78, 95 and 9E. RGB value is (120,149,158). Sum of RGB (Red+Green+Blue) = 120+149+158=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #78959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78959E is #876A61. Grayscale: #8D8D8D. Windows color (decimal): -8874594 or 10392952. OLE color: 10392952.

HSL color Cylindrical-coordinate representation of color #78959E: hue angle of 194.21º 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 #78959E is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 149 158 -
CMYK 0.24 0.06 0 0.38
HSL 194.21º 0.16% 0.55% -
HSV(B) 194.21º 0.24% 0.62% -
XYZ 24.66 27.96 36.44 -
YUV 141.36 137.39 112.77 -
System Red Green Blue C M Y K H S L
Decimal 120 149 158 0.24 0.06 0 0.38 194.21 0.16 0.55
Hex 78 95 9E 18 6 0 26 C2 10 37
Octal 170 225 236 30 6 0 46 302 20 67
Binary 1111000 10010101 10011110 11000 110 0 100110 11000010 10000 110111

Color Harmonies of #78959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78959E

Black with #78959E

Text Example


Text Example

White with #78959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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