Html Css Color HEX #788F9B Bermuda Grey

📋 copy color: '#788F9B'

red 120 ◦ green 143 ◦ blue 155

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

Shades of Bermuda Grey #788F9B

Tints of Bermuda Grey #788F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

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

R = 28.71%
G = 34.21%
B = 37.08%

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

#788F9B (or 0x788F9B) is known color: Bermuda Grey. HEX triplet: 78, 8F and 9B. RGB value is (120,143,155). Sum of RGB (Red+Green+Blue) = 120+143+155=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #788F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F9B is #877064. Grayscale: #898989. Windows color (decimal): -8876133 or 10194808. OLE color: 10194808.

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

Color convert

RGB 120 143 155 -
CMYK 0.23 0.08 0 0.39
HSL 200.57º 0.15% 0.54% -
HSV(B) 200.57º 0.23% 0.61% -
XYZ 23.48 26 34.79 -
YUV 137.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 120 143 155 0.23 0.08 0 0.39 200.57 0.15 0.54
Hex 78 8F 9B 17 8 0 27 C9 F 36
Octal 170 217 233 27 10 0 47 311 17 66
Binary 1111000 10001111 10011011 10111 1000 0 100111 11001001 1111 110110

Color Harmonies of #788F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F9B

Black with #788F9B

Text Example


Text Example

White with #788F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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