Html Css Color HEX #76939B Bermuda Grey

📋 copy color: '#76939B'

red 118 ◦ green 147 ◦ blue 155

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

Shades of Bermuda Grey #76939B

Tints of Bermuda Grey #76939B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

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

R = 28.1%
G = 35%
B = 36.9%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76939B (or 0x76939B) is known color: Bermuda Grey. HEX triplet: 76, 93 and 9B. RGB value is (118,147,155). Sum of RGB (Red+Green+Blue) = 118+147+155=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #76939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76939B is #896C64. Grayscale: #8B8B8B. Windows color (decimal): -9006181 or 10195830. OLE color: 10195830.

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

Color convert

RGB 118 147 155 -
CMYK 0.24 0.05 0 0.39
HSL 192.97º 0.16% 0.54% -
HSV(B) 192.97º 0.24% 0.61% -
XYZ 23.82 27.09 34.98 -
YUV 139.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 118 147 155 0.24 0.05 0 0.39 192.97 0.16 0.54
Hex 76 93 9B 18 5 0 27 C1 10 36
Octal 166 223 233 30 5 0 47 301 20 66
Binary 1110110 10010011 10011011 11000 101 0 100111 11000001 10000 110110

Color Harmonies of #76939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76939B

Black with #76939B

Text Example


Text Example

White with #76939B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76939B; }

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

 H1.HeaderClassName
 {
   color: #76939B;
 }
 .AnyTagClassName
 {
   color: #76939B;
 }
</style>

background-color css

<style>
 a { background-color: #76939B; }

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

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

border-color css

<style>
 span { border-color: #76939B; }

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

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