Html Css Color HEX #788FA6 Bermuda Grey

📋 copy color: '#788FA6'

red 120 ◦ green 143 ◦ blue 166

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

Shades of Bermuda Grey #788FA6

Tints of Bermuda Grey #788FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.69%

R = 27.97%
G = 33.33%
B = 38.69%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#788FA6 (or 0x788FA6) is known color: Bermuda Grey. HEX triplet: 78, 8F and A6. RGB value is (120,143,166). Sum of RGB (Red+Green+Blue) = 120+143+166=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 166 - color contains mainly: blue. Hex color #788FA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FA6 is #877059. Grayscale: #8A8A8A. Windows color (decimal): -8876122 or 10915704. OLE color: 10915704.

HSL color Cylindrical-coordinate representation of color #788FA6: hue angle of 210º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #788FA6 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 120 143 166 -
CMYK 0.28 0.14 0 0.35
HSL 210º 0.21% 0.56% -
HSV(B) 210º 0.28% 0.65% -
XYZ 24.45 26.39 39.88 -
YUV 138.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 120 143 166 0.28 0.14 0 0.35 210 0.21 0.56
Hex 78 8F A6 1C E 0 23 D2 15 38
Octal 170 217 246 34 16 0 43 322 25 70
Binary 1111000 10001111 10100110 11100 1110 0 100011 11010010 10101 111000

Color Harmonies of #788FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FA6

Black with #788FA6

Text Example


Text Example

White with #788FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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