Html Css Color HEX #788E9B Bermuda Grey

📋 copy color: '#788E9B'

red 120 ◦ green 142 ◦ blue 155

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

Shades of Bermuda Grey #788E9B

Tints of Bermuda Grey #788E9B

RGB

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

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

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

R = 28.78%
G = 34.05%
B = 37.17%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#788E9B (or 0x788E9B) is known color: Bermuda Grey. HEX triplet: 78, 8E and 9B. RGB value is (120,142,155). Sum of RGB (Red+Green+Blue) = 120+142+155=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #788E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788E9B is #877164. Grayscale: #888888. Windows color (decimal): -8876389 or 10194552. OLE color: 10194552.

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

Color convert

RGB 120 142 155 -
CMYK 0.23 0.08 0 0.39
HSL 202.29º 0.15% 0.54% -
HSV(B) 202.29º 0.23% 0.61% -
XYZ 23.34 25.71 34.74 -
YUV 136.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 120 142 155 0.23 0.08 0 0.39 202.29 0.15 0.54
Hex 78 8E 9B 17 8 0 27 CA F 36
Octal 170 216 233 27 10 0 47 312 17 66
Binary 1111000 10001110 10011011 10111 1000 0 100111 11001010 1111 110110

Color Harmonies of #788E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788E9B

Black with #788E9B

Text Example


Text Example

White with #788E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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