Html Css Color HEX #78909F Bermuda Grey

📋 copy color: '#78909F'

red 120 ◦ green 144 ◦ blue 159

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

Shades of Bermuda Grey #78909F

Tints of Bermuda Grey #78909F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

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

R = 28.37%
G = 34.04%
B = 37.59%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78909F (or 0x78909F) is known color: Bermuda Grey. HEX triplet: 78, 90 and 9F. RGB value is (120,144,159). Sum of RGB (Red+Green+Blue) = 120+144+159=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #78909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78909F is #876F60. Grayscale: #8A8A8A. Windows color (decimal): -8875873 or 10457208. OLE color: 10457208.

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

Color convert

RGB 120 144 159 -
CMYK 0.25 0.09 0 0.38
HSL 203.08º 0.17% 0.55% -
HSV(B) 203.08º 0.25% 0.62% -
XYZ 23.98 26.44 36.64 -
YUV 138.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 120 144 159 0.25 0.09 0 0.38 203.08 0.17 0.55
Hex 78 90 9F 19 9 0 26 CB 11 37
Octal 170 220 237 31 11 0 46 313 21 67
Binary 1111000 10010000 10011111 11001 1001 0 100110 11001011 10001 110111

Color Harmonies of #78909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78909F

Black with #78909F

Text Example


Text Example

White with #78909F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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