Html Css Color HEX #788E96 Bermuda Grey

📋 copy color: '#788E96'

red 120 ◦ green 142 ◦ blue 150

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

Shades of Bermuda Grey #788E96

Tints of Bermuda Grey #788E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 29.13%
G = 34.47%
B = 36.41%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#788E96 (or 0x788E96) is known color: Bermuda Grey. HEX triplet: 78, 8E and 96. RGB value is (120,142,150). Sum of RGB (Red+Green+Blue) = 120+142+150=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #788E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788E96 is #877169. Grayscale: #888888. Windows color (decimal): -8876394 or 9866872. OLE color: 9866872.

HSL color Cylindrical-coordinate representation of color #788E96: hue angle of 196º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #788E96 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 142 150 -
CMYK 0.20 0.05 0 0.41
HSL 196º 0.13% 0.53% -
HSV(B) 196º 0.2% 0.59% -
XYZ 22.92 25.54 32.58 -
YUV 136.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 120 142 150 0.20 0.05 0 0.41 196 0.13 0.53
Hex 78 8E 96 14 5 0 29 C4 C 35
Octal 170 216 226 24 5 0 51 304 14 65
Binary 1111000 10001110 10010110 10100 101 0 101001 11000100 1100 110101

Color Harmonies of #788E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788E96

Black with #788E96

Text Example


Text Example

White with #788E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788E96; }

 p { color: rgb(120,142,150); }

 H1.HeaderClassName
 {
   color: #788E96;
 }
 .AnyTagClassName
 {
   color: #788E96;
 }
</style>

background-color css

<style>
 a { background-color: #788E96; }

 a { background-color: rgb(120,142,150); }

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

border-color css

<style>
 span { border-color: #788E96; }

 span { border-color: rgb(120,142,150); }

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