Html Css Color HEX #78929D Bermuda Grey

📋 copy color: '#78929D'

red 120 ◦ green 146 ◦ blue 157

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

Shades of Bermuda Grey #78929D

Tints of Bermuda Grey #78929D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 28.37%
G = 34.52%
B = 37.12%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78929D (or 0x78929D) is known color: Bermuda Grey. HEX triplet: 78, 92 and 9D. RGB value is (120,146,157). Sum of RGB (Red+Green+Blue) = 120+146+157=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #78929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78929D is #876D62. Grayscale: #8B8B8B. Windows color (decimal): -8875363 or 10326648. OLE color: 10326648.

HSL color Cylindrical-coordinate representation of color #78929D: hue angle of 197.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #78929D is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 146 157 -
CMYK 0.24 0.07 0 0.38
HSL 197.84º 0.16% 0.54% -
HSV(B) 197.84º 0.24% 0.62% -
XYZ 24.11 26.99 35.84 -
YUV 139.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 120 146 157 0.24 0.07 0 0.38 197.84 0.16 0.54
Hex 78 92 9D 18 7 0 26 C6 10 36
Octal 170 222 235 30 7 0 46 306 20 66
Binary 1111000 10010010 10011101 11000 111 0 100110 11000110 10000 110110

Color Harmonies of #78929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78929D

Black with #78929D

Text Example


Text Example

White with #78929D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78929D; }

 p { color: rgb(120,146,157); }

 H1.HeaderClassName
 {
   color: #78929D;
 }
 .AnyTagClassName
 {
   color: #78929D;
 }
</style>

background-color css

<style>
 a { background-color: #78929D; }

 a { background-color: rgb(120,146,157); }

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

border-color css

<style>
 span { border-color: #78929D; }

 span { border-color: rgb(120,146,157); }

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