Html Css Color HEX #76939F Bermuda Grey

📋 copy color: '#76939F'

red 118 ◦ green 147 ◦ blue 159

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

Shades of Bermuda Grey #76939F

Tints of Bermuda Grey #76939F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 27.83%
G = 34.67%
B = 37.5%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76939F (or 0x76939F) is known color: Bermuda Grey. HEX triplet: 76, 93 and 9F. RGB value is (118,147,159). Sum of RGB (Red+Green+Blue) = 118+147+159=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #76939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76939F is #896C60. Grayscale: #8B8B8B. Windows color (decimal): -9006177 or 10457974. OLE color: 10457974.

HSL color Cylindrical-coordinate representation of color #76939F: hue angle of 197.56º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76939F is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 147 159 -
CMYK 0.26 0.08 0 0.38
HSL 197.56º 0.18% 0.54% -
HSV(B) 197.56º 0.26% 0.62% -
XYZ 24.16 27.22 36.78 -
YUV 139.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 118 147 159 0.26 0.08 0 0.38 197.56 0.18 0.54
Hex 76 93 9F 1A 8 0 26 C6 12 36
Octal 166 223 237 32 10 0 46 306 22 66
Binary 1110110 10010011 10011111 11010 1000 0 100110 11000110 10010 110110

Color Harmonies of #76939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76939F

Black with #76939F

Text Example


Text Example

White with #76939F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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