Html Css Color HEX #76909E Bermuda Grey

📋 copy color: '#76909E'

red 118 ◦ green 144 ◦ blue 158

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

Shades of Bermuda Grey #76909E

Tints of Bermuda Grey #76909E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 28.1%
G = 34.29%
B = 37.62%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76909E (or 0x76909E) is known color: Bermuda Grey. HEX triplet: 76, 90 and 9E. RGB value is (118,144,158). Sum of RGB (Red+Green+Blue) = 118+144+158=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #76909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76909E is #896F61. Grayscale: #898989. Windows color (decimal): -9006946 or 10391670. OLE color: 10391670.

HSL color Cylindrical-coordinate representation of color #76909E: hue angle of 201º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76909E is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 144 158 -
CMYK 0.25 0.09 0 0.38
HSL 201º 0.17% 0.54% -
HSV(B) 201º 0.25% 0.62% -
XYZ 23.62 26.27 36.17 -
YUV 137.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 118 144 158 0.25 0.09 0 0.38 201 0.17 0.54
Hex 76 90 9E 19 9 0 26 C9 11 36
Octal 166 220 236 31 11 0 46 311 21 66
Binary 1110110 10010000 10011110 11001 1001 0 100110 11001001 10001 110110

Color Harmonies of #76909E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76909E

Black with #76909E

Text Example


Text Example

White with #76909E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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