Html Css Color HEX #78959F Bermuda Grey

📋 copy color: '#78959F'

red 120 ◦ green 149 ◦ blue 159

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

Shades of Bermuda Grey #78959F

Tints of Bermuda Grey #78959F

RGB

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

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

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

R = 28.04%
G = 34.81%
B = 37.15%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78959F (or 0x78959F) is known color: Bermuda Grey. HEX triplet: 78, 95 and 9F. RGB value is (120,149,159). Sum of RGB (Red+Green+Blue) = 120+149+159=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #78959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78959F is #876A60. Grayscale: #8D8D8D. Windows color (decimal): -8874593 or 10458488. OLE color: 10458488.

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

Color convert

RGB 120 149 159 -
CMYK 0.25 0.06 0 0.38
HSL 195.38º 0.17% 0.55% -
HSV(B) 195.38º 0.25% 0.62% -
XYZ 24.75 27.99 36.9 -
YUV 141.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 120 149 159 0.25 0.06 0 0.38 195.38 0.17 0.55
Hex 78 95 9F 19 6 0 26 C3 11 37
Octal 170 225 237 31 6 0 46 303 21 67
Binary 1111000 10010101 10011111 11001 110 0 100110 11000011 10001 110111

Color Harmonies of #78959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78959F

Black with #78959F

Text Example


Text Example

White with #78959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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