Html Css Color HEX #76959C Bermuda Grey

📋 copy color: '#76959C'

red 118 ◦ green 149 ◦ blue 156

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

Shades of Bermuda Grey #76959C

Tints of Bermuda Grey #76959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.88%

R = 27.9%
G = 35.22%
B = 36.88%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76959C (or 0x76959C) is known color: Bermuda Grey. HEX triplet: 76, 95 and 9C. RGB value is (118,149,156). Sum of RGB (Red+Green+Blue) = 118+149+156=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #76959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76959C is #896A63. Grayscale: #8C8C8C. Windows color (decimal): -9005668 or 10261878. OLE color: 10261878.

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

Color convert

RGB 118 149 156 -
CMYK 0.24 0.04 0 0.39
HSL 191.05º 0.16% 0.54% -
HSV(B) 191.05º 0.24% 0.61% -
XYZ 24.22 27.75 35.53 -
YUV 140.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 118 149 156 0.24 0.04 0 0.39 191.05 0.16 0.54
Hex 76 95 9C 18 4 0 27 BF 10 36
Octal 166 225 234 30 4 0 47 277 20 66
Binary 1110110 10010101 10011100 11000 100 0 100111 10111111 10000 110110

Color Harmonies of #76959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76959C

Black with #76959C

Text Example


Text Example

White with #76959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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