Html Css Color HEX #788D99 Bermuda Grey

📋 copy color: '#788D99'

red 120 ◦ green 141 ◦ blue 153

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

Shades of Bermuda Grey #788D99

Tints of Bermuda Grey #788D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 28.99%
G = 34.06%
B = 36.96%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#788D99 (or 0x788D99) is known color: Bermuda Grey. HEX triplet: 78, 8D and 99. RGB value is (120,141,153). Sum of RGB (Red+Green+Blue) = 120+141+153=414 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.99% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #788D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D99 is #877266. Grayscale: #888888. Windows color (decimal): -8876647 or 10063224. OLE color: 10063224.

HSL color Cylindrical-coordinate representation of color #788D99: hue angle of 201.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788D99 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 141 153 -
CMYK 0.22 0.08 0 0.4
HSL 201.82º 0.14% 0.54% -
HSV(B) 201.82º 0.22% 0.6% -
XYZ 23.02 25.34 33.82 -
YUV 136.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 120 141 153 0.22 0.08 0 0.4 201.82 0.14 0.54
Hex 78 8D 99 16 8 0 28 CA E 36
Octal 170 215 231 26 10 0 50 312 16 66
Binary 1111000 10001101 10011001 10110 1000 0 101000 11001010 1110 110110

Color Harmonies of #788D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D99

Black with #788D99

Text Example


Text Example

White with #788D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,141,153); }

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

background-color css

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

 a { background-color: rgb(120,141,153); }

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

border-color css

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

 span { border-color: rgb(120,141,153); }

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