Html Css Color HEX #768EA6 Bermuda Grey

📋 copy color: '#768EA6'

red 118 ◦ green 142 ◦ blue 166

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

Shades of Bermuda Grey #768EA6

Tints of Bermuda Grey #768EA6

RGB

 RED value IS 118 (46.48% from 255) = 27.7%

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

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

R = 27.7%
G = 33.33%
B = 38.97%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#768EA6 (or 0x768EA6) is known color: Bermuda Grey. HEX triplet: 76, 8E and A6. RGB value is (118,142,166). Sum of RGB (Red+Green+Blue) = 118+142+166=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 166 - color contains mainly: blue. Hex color #768EA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768EA6 is #897159. Grayscale: #898989. Windows color (decimal): -9007450 or 10915446. OLE color: 10915446.

HSL color Cylindrical-coordinate representation of color #768EA6: 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.29%. Process color model (Four color, CMYK) of #768EA6 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 142 166 -
CMYK 0.29 0.14 0 0.35
HSL 210º 0.21% 0.56% -
HSV(B) 210º 0.29% 0.65% -
XYZ 24.03 25.95 39.82 -
YUV 137.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 118 142 166 0.29 0.14 0 0.35 210 0.21 0.56
Hex 76 8E A6 1D E 0 23 D2 15 38
Octal 166 216 246 35 16 0 43 322 25 70
Binary 1110110 10001110 10100110 11101 1110 0 100011 11010010 10101 111000

Color Harmonies of #768EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EA6

Black with #768EA6

Text Example


Text Example

White with #768EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768EA6; }

 p { color: rgb(118,142,166); }

 H1.HeaderClassName
 {
   color: #768EA6;
 }
 .AnyTagClassName
 {
   color: #768EA6;
 }
</style>

background-color css

<style>
 a { background-color: #768EA6; }

 a { background-color: rgb(118,142,166); }

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

border-color css

<style>
 span { border-color: #768EA6; }

 span { border-color: rgb(118,142,166); }

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