Html Css Color HEX #768EA5 Bermuda Grey

📋 copy color: '#768EA5'

red 118 ◦ green 142 ◦ blue 165

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

Shades of Bermuda Grey #768EA5

Tints of Bermuda Grey #768EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 27.76%
G = 33.41%
B = 38.82%

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

#768EA5 (or 0x768EA5) is known color: Bermuda Grey. HEX triplet: 76, 8E and A5. RGB value is (118,142,165). Sum of RGB (Red+Green+Blue) = 118+142+165=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 165 - color contains mainly: blue. Hex color #768EA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768EA5 is #89715A. Grayscale: #898989. Windows color (decimal): -9007451 or 10849910. OLE color: 10849910.

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

Color convert

RGB 118 142 165 -
CMYK 0.28 0.14 0 0.35
HSL 209.36º 0.21% 0.55% -
HSV(B) 209.36º 0.28% 0.65% -
XYZ 23.94 25.91 39.34 -
YUV 137.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 118 142 165 0.28 0.14 0 0.35 209.36 0.21 0.55
Hex 76 8E A5 1C E 0 23 D1 15 37
Octal 166 216 245 34 16 0 43 321 25 67
Binary 1110110 10001110 10100101 11100 1110 0 100011 11010001 10101 110111

Color Harmonies of #768EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EA5

Black with #768EA5

Text Example


Text Example

White with #768EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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