Html Css Color HEX #76969D Bermuda Grey

📋 copy color: '#76969D'

red 118 ◦ green 150 ◦ blue 157

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

Shades of Bermuda Grey #76969D

Tints of Bermuda Grey #76969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

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

R = 27.76%
G = 35.29%
B = 36.94%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76969D (or 0x76969D) is known color: Bermuda Grey. HEX triplet: 76, 96 and 9D. RGB value is (118,150,157). Sum of RGB (Red+Green+Blue) = 118+150+157=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #76969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76969D is #896962. Grayscale: #8D8D8D. Windows color (decimal): -9005411 or 10327670. OLE color: 10327670.

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

Color convert

RGB 118 150 157 -
CMYK 0.25 0.04 0 0.38
HSL 190.77º 0.17% 0.54% -
HSV(B) 190.77º 0.25% 0.62% -
XYZ 24.46 28.1 36.03 -
YUV 141.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 118 150 157 0.25 0.04 0 0.38 190.77 0.17 0.54
Hex 76 96 9D 19 4 0 26 BF 11 36
Octal 166 226 235 31 4 0 46 277 21 66
Binary 1110110 10010110 10011101 11001 100 0 100110 10111111 10001 110110

Color Harmonies of #76969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76969D

Black with #76969D

Text Example


Text Example

White with #76969D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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