Html Css Color HEX #76929B Bermuda Grey

📋 copy color: '#76929B'

red 118 ◦ green 146 ◦ blue 155

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

Shades of Bermuda Grey #76929B

Tints of Bermuda Grey #76929B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.84%

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 28.16%
G = 34.84%
B = 36.99%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76929B (or 0x76929B) is known color: Bermuda Grey. HEX triplet: 76, 92 and 9B. RGB value is (118,146,155). Sum of RGB (Red+Green+Blue) = 118+146+155=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #76929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76929B is #896D64. Grayscale: #8A8A8A. Windows color (decimal): -9006437 or 10195574. OLE color: 10195574.

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

Color convert

RGB 118 146 155 -
CMYK 0.24 0.06 0 0.39
HSL 194.59º 0.16% 0.54% -
HSV(B) 194.59º 0.24% 0.61% -
XYZ 23.67 26.78 34.93 -
YUV 138.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 118 146 155 0.24 0.06 0 0.39 194.59 0.16 0.54
Hex 76 92 9B 18 6 0 27 C3 10 36
Octal 166 222 233 30 6 0 47 303 20 66
Binary 1110110 10010010 10011011 11000 110 0 100111 11000011 10000 110110

Color Harmonies of #76929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76929B

Black with #76929B

Text Example


Text Example

White with #76929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76929B; }

 p { color: rgb(118,146,155); }

 H1.HeaderClassName
 {
   color: #76929B;
 }
 .AnyTagClassName
 {
   color: #76929B;
 }
</style>

background-color css

<style>
 a { background-color: #76929B; }

 a { background-color: rgb(118,146,155); }

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

border-color css

<style>
 span { border-color: #76929B; }

 span { border-color: rgb(118,146,155); }

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