Html Css Color HEX #768E9B Bermuda Grey

📋 copy color: '#768E9B'

red 118 ◦ green 142 ◦ blue 155

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

Shades of Bermuda Grey #768E9B

Tints of Bermuda Grey #768E9B

RGB

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

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

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

R = 28.43%
G = 34.22%
B = 37.35%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#768E9B (or 0x768E9B) is known color: Bermuda Grey. HEX triplet: 76, 8E and 9B. RGB value is (118,142,155). Sum of RGB (Red+Green+Blue) = 118+142+155=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #768E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768E9B is #897164. Grayscale: #888888. Windows color (decimal): -9007461 or 10194550. OLE color: 10194550.

HSL color Cylindrical-coordinate representation of color #768E9B: hue angle of 201.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768E9B is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 142 155 -
CMYK 0.24 0.08 0 0.39
HSL 201.08º 0.16% 0.54% -
HSV(B) 201.08º 0.24% 0.61% -
XYZ 23.06 25.56 34.73 -
YUV 136.31 138.55 114.94 -
System Red Green Blue C M Y K H S L
Decimal 118 142 155 0.24 0.08 0 0.39 201.08 0.16 0.54
Hex 76 8E 9B 18 8 0 27 C9 10 36
Octal 166 216 233 30 10 0 47 311 20 66
Binary 1110110 10001110 10011011 11000 1000 0 100111 11001001 10000 110110

Color Harmonies of #768E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768E9B

Black with #768E9B

Text Example


Text Example

White with #768E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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