Html Css Color HEX #76909B Bermuda Grey

📋 copy color: '#76909B'

red 118 ◦ green 144 ◦ blue 155

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

Shades of Bermuda Grey #76909B

Tints of Bermuda Grey #76909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 28.3%
G = 34.53%
B = 37.17%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76909B (or 0x76909B) is known color: Bermuda Grey. HEX triplet: 76, 90 and 9B. RGB value is (118,144,155). Sum of RGB (Red+Green+Blue) = 118+144+155=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #76909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76909B is #896F64. Grayscale: #898989. Windows color (decimal): -9006949 or 10195062. OLE color: 10195062.

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

Color convert

RGB 118 144 155 -
CMYK 0.24 0.07 0 0.39
HSL 197.84º 0.16% 0.54% -
HSV(B) 197.84º 0.24% 0.61% -
XYZ 23.36 26.16 34.83 -
YUV 137.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 118 144 155 0.24 0.07 0 0.39 197.84 0.16 0.54
Hex 76 90 9B 18 7 0 27 C6 10 36
Octal 166 220 233 30 7 0 47 306 20 66
Binary 1110110 10010000 10011011 11000 111 0 100111 11000110 10000 110110

Color Harmonies of #76909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76909B

Black with #76909B

Text Example


Text Example

White with #76909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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