Html Css Color HEX #76919E Bermuda Grey

📋 copy color: '#76919E'

red 118 ◦ green 145 ◦ blue 158

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

Shades of Bermuda Grey #76919E

Tints of Bermuda Grey #76919E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.44%

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

R = 28.03%
G = 34.44%
B = 37.53%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76919E (or 0x76919E) is known color: Bermuda Grey. HEX triplet: 76, 91 and 9E. RGB value is (118,145,158). Sum of RGB (Red+Green+Blue) = 118+145+158=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #76919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76919E is #896E61. Grayscale: #8A8A8A. Windows color (decimal): -9006690 or 10391926. OLE color: 10391926.

HSL color Cylindrical-coordinate representation of color #76919E: hue angle of 199.5º 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 #76919E is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 145 158 -
CMYK 0.25 0.08 0 0.38
HSL 199.5º 0.17% 0.54% -
HSV(B) 199.5º 0.25% 0.62% -
XYZ 23.77 26.57 36.22 -
YUV 138.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 118 145 158 0.25 0.08 0 0.38 199.5 0.17 0.54
Hex 76 91 9E 19 8 0 26 C8 11 36
Octal 166 221 236 31 10 0 46 310 21 66
Binary 1110110 10010001 10011110 11001 1000 0 100110 11001000 10001 110110

Color Harmonies of #76919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76919E

Black with #76919E

Text Example


Text Example

White with #76919E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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