Html Css Color HEX #78929C Bermuda Grey

📋 copy color: '#78929C'

red 120 ◦ green 146 ◦ blue 156

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

Shades of Bermuda Grey #78929C

Tints of Bermuda Grey #78929C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 28.44%
G = 34.6%
B = 36.97%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78929C (or 0x78929C) is known color: Bermuda Grey. HEX triplet: 78, 92 and 9C. RGB value is (120,146,156). Sum of RGB (Red+Green+Blue) = 120+146+156=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #78929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78929C is #876D63. Grayscale: #8B8B8B. Windows color (decimal): -8875364 or 10261112. OLE color: 10261112.

HSL color Cylindrical-coordinate representation of color #78929C: hue angle of 196.67º 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 #78929C is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 146 156 -
CMYK 0.23 0.06 0 0.39
HSL 196.67º 0.15% 0.54% -
HSV(B) 196.67º 0.23% 0.61% -
XYZ 24.03 26.95 35.39 -
YUV 139.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 120 146 156 0.23 0.06 0 0.39 196.67 0.15 0.54
Hex 78 92 9C 17 6 0 27 C5 F 36
Octal 170 222 234 27 6 0 47 305 17 66
Binary 1111000 10010010 10011100 10111 110 0 100111 11000101 1111 110110

Color Harmonies of #78929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78929C

Black with #78929C

Text Example


Text Example

White with #78929C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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