Html Css Color HEX #768F9B Bermuda Grey

📋 copy color: '#768F9B'

red 118 ◦ green 143 ◦ blue 155

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

Shades of Bermuda Grey #768F9B

Tints of Bermuda Grey #768F9B

RGB

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

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

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

R = 28.37%
G = 34.38%
B = 37.26%

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

#768F9B (or 0x768F9B) is known color: Bermuda Grey. HEX triplet: 76, 8F and 9B. RGB value is (118,143,155). Sum of RGB (Red+Green+Blue) = 118+143+155=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #768F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F9B is #897064. Grayscale: #888888. Windows color (decimal): -9007205 or 10194806. OLE color: 10194806.

HSL color Cylindrical-coordinate representation of color #768F9B: hue angle of 199.46º 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 #768F9B is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 143 155 -
CMYK 0.24 0.08 0 0.39
HSL 199.46º 0.16% 0.54% -
HSV(B) 199.46º 0.24% 0.61% -
XYZ 23.21 25.86 34.78 -
YUV 136.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 118 143 155 0.24 0.08 0 0.39 199.46 0.16 0.54
Hex 76 8F 9B 18 8 0 27 C7 10 36
Octal 166 217 233 30 10 0 47 307 20 66
Binary 1110110 10001111 10011011 11000 1000 0 100111 11000111 10000 110110

Color Harmonies of #768F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768F9B

Black with #768F9B

Text Example


Text Example

White with #768F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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