Html Css Color HEX #768D9B Bermuda Grey

📋 copy color: '#768D9B'

red 118 ◦ green 141 ◦ blue 155

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

Shades of Bermuda Grey #768D9B

Tints of Bermuda Grey #768D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

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

R = 28.5%
G = 34.06%
B = 37.44%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#768D9B (or 0x768D9B) is known color: Bermuda Grey. HEX triplet: 76, 8D and 9B. RGB value is (118,141,155). Sum of RGB (Red+Green+Blue) = 118+141+155=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #768D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D9B is #897264. Grayscale: #878787. Windows color (decimal): -9007717 or 10194294. OLE color: 10194294.

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

Color convert

RGB 118 141 155 -
CMYK 0.24 0.09 0 0.39
HSL 202.7º 0.16% 0.54% -
HSV(B) 202.7º 0.24% 0.61% -
XYZ 22.91 25.27 34.68 -
YUV 135.72 138.88 115.36 -
System Red Green Blue C M Y K H S L
Decimal 118 141 155 0.24 0.09 0 0.39 202.7 0.16 0.54
Hex 76 8D 9B 18 9 0 27 CB 10 36
Octal 166 215 233 30 11 0 47 313 20 66
Binary 1110110 10001101 10011011 11000 1001 0 100111 11001011 10000 110110

Color Harmonies of #768D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D9B

Black with #768D9B

Text Example


Text Example

White with #768D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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