Html Css Color HEX #76959D Bermuda Grey

📋 copy color: '#76959D'

red 118 ◦ green 149 ◦ blue 157

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

Shades of Bermuda Grey #76959D

Tints of Bermuda Grey #76959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

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

R = 27.83%
G = 35.14%
B = 37.03%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76959D (or 0x76959D) is known color: Bermuda Grey. HEX triplet: 76, 95 and 9D. RGB value is (118,149,157). Sum of RGB (Red+Green+Blue) = 118+149+157=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #76959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76959D is #896A62. Grayscale: #8C8C8C. Windows color (decimal): -9005667 or 10327414. OLE color: 10327414.

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

Color convert

RGB 118 149 157 -
CMYK 0.25 0.05 0 0.38
HSL 192.31º 0.17% 0.54% -
HSV(B) 192.31º 0.25% 0.62% -
XYZ 24.3 27.78 35.98 -
YUV 140.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 118 149 157 0.25 0.05 0 0.38 192.31 0.17 0.54
Hex 76 95 9D 19 5 0 26 C0 11 36
Octal 166 225 235 31 5 0 46 300 21 66
Binary 1110110 10010101 10011101 11001 101 0 100110 11000000 10001 110110

Color Harmonies of #76959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76959D

Black with #76959D

Text Example


Text Example

White with #76959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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