Html Css Color HEX #788F9E Bermuda Grey

📋 copy color: '#788F9E'

red 120 ◦ green 143 ◦ blue 158

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

Shades of Bermuda Grey #788F9E

Tints of Bermuda Grey #788F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 28.5%
G = 33.97%
B = 37.53%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#788F9E (or 0x788F9E) is known color: Bermuda Grey. HEX triplet: 78, 8F and 9E. RGB value is (120,143,158). Sum of RGB (Red+Green+Blue) = 120+143+158=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #788F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F9E is #877061. Grayscale: #898989. Windows color (decimal): -8876130 or 10391416. OLE color: 10391416.

HSL color Cylindrical-coordinate representation of color #788F9E: hue angle of 203.68º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #788F9E is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 143 158 -
CMYK 0.24 0.09 0 0.38
HSL 203.68º 0.16% 0.55% -
HSV(B) 203.68º 0.24% 0.62% -
XYZ 23.74 26.11 36.14 -
YUV 137.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 120 143 158 0.24 0.09 0 0.38 203.68 0.16 0.55
Hex 78 8F 9E 18 9 0 26 CC 10 37
Octal 170 217 236 30 11 0 46 314 20 67
Binary 1111000 10001111 10011110 11000 1001 0 100110 11001100 10000 110111

Color Harmonies of #788F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F9E

Black with #788F9E

Text Example


Text Example

White with #788F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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