Html Css Color HEX #78919B Bermuda Grey

📋 copy color: '#78919B'

red 120 ◦ green 145 ◦ blue 155

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

Shades of Bermuda Grey #78919B

Tints of Bermuda Grey #78919B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 28.57%
G = 34.52%
B = 36.9%

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

#78919B (or 0x78919B) is known color: Bermuda Grey. HEX triplet: 78, 91 and 9B. RGB value is (120,145,155). Sum of RGB (Red+Green+Blue) = 120+145+155=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #78919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78919B is #876E64. Grayscale: #8A8A8A. Windows color (decimal): -8875621 or 10195320. OLE color: 10195320.

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

Color convert

RGB 120 145 155 -
CMYK 0.23 0.06 0 0.39
HSL 197.14º 0.15% 0.54% -
HSV(B) 197.14º 0.23% 0.61% -
XYZ 23.79 26.61 34.89 -
YUV 138.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 120 145 155 0.23 0.06 0 0.39 197.14 0.15 0.54
Hex 78 91 9B 17 6 0 27 C5 F 36
Octal 170 221 233 27 6 0 47 305 17 66
Binary 1111000 10010001 10011011 10111 110 0 100111 11000101 1111 110110

Color Harmonies of #78919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78919B

Black with #78919B

Text Example


Text Example

White with #78919B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78919B; }

 p { color: rgb(120,145,155); }

 H1.HeaderClassName
 {
   color: #78919B;
 }
 .AnyTagClassName
 {
   color: #78919B;
 }
</style>

background-color css

<style>
 a { background-color: #78919B; }

 a { background-color: rgb(120,145,155); }

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

border-color css

<style>
 span { border-color: #78919B; }

 span { border-color: rgb(120,145,155); }

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