Html Css Color HEX #76949D Bermuda Grey

📋 copy color: '#76949D'

red 118 ◦ green 148 ◦ blue 157

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

Shades of Bermuda Grey #76949D

Tints of Bermuda Grey #76949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 27.9%
G = 34.99%
B = 37.12%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76949D (or 0x76949D) is known color: Bermuda Grey. HEX triplet: 76, 94 and 9D. RGB value is (118,148,157). Sum of RGB (Red+Green+Blue) = 118+148+157=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #76949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76949D is #896B62. Grayscale: #8B8B8B. Windows color (decimal): -9005923 or 10327158. OLE color: 10327158.

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

Color convert

RGB 118 148 157 -
CMYK 0.25 0.06 0 0.38
HSL 193.85º 0.17% 0.54% -
HSV(B) 193.85º 0.25% 0.62% -
XYZ 24.15 27.47 35.93 -
YUV 140.06 137.56 112.27 -
System Red Green Blue C M Y K H S L
Decimal 118 148 157 0.25 0.06 0 0.38 193.85 0.17 0.54
Hex 76 94 9D 19 6 0 26 C2 11 36
Octal 166 224 235 31 6 0 46 302 21 66
Binary 1110110 10010100 10011101 11001 110 0 100110 11000010 10001 110110

Color Harmonies of #76949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76949D

Black with #76949D

Text Example


Text Example

White with #76949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76949D; }

 p { color: rgb(118,148,157); }

 H1.HeaderClassName
 {
   color: #76949D;
 }
 .AnyTagClassName
 {
   color: #76949D;
 }
</style>

background-color css

<style>
 a { background-color: #76949D; }

 a { background-color: rgb(118,148,157); }

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

border-color css

<style>
 span { border-color: #76949D; }

 span { border-color: rgb(118,148,157); }

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