Html Css Color HEX #747E76 Blue Smoke

📋 copy color: '#747E76'

red 116 ◦ green 126 ◦ blue 118

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

Shades of Blue Smoke #747E76

Tints of Blue Smoke #747E76

RGB

 RED value IS 116 (45.7% from 255) = 32.22%

 GREEN value IS 126 (49.61% from 255) = 35%

 BLUE value IS 118 (46.48% from 255) = 32.78%

R = 32.22%
G = 35%
B = 32.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#747E76 (or 0x747E76) is known color: Blue Smoke. HEX triplet: 74, 7E and 76. RGB value is (116,126,118). Sum of RGB (Red+Green+Blue) = 116+126+118=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 126 - color contains mainly: green. Hex color #747E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747E76 is #8B8189. Grayscale: #7A7A7A. Windows color (decimal): -9142666 or 7765620. OLE color: 7765620.

HSL color Cylindrical-coordinate representation of color #747E76: hue angle of 132º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #747E76 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 126 118 -
CMYK 0.08 0 0.06 0.51
HSL 132º 0.04% 0.47% -
HSV(B) 132º 0.08% 0.49% -
XYZ 17.93 19.94 20.04 -
YUV 122.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 116 126 118 0.08 0 0.06 0.51 132 0.04 0.47
Hex 74 7E 76 8 0 6 33 84 4 2F
Octal 164 176 166 10 0 6 63 204 4 57
Binary 1110100 1111110 1110110 1000 0 110 110011 10000100 100 101111

Color Harmonies of #747E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E76

Black with #747E76

Text Example


Text Example

White with #747E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747E76; }

 p { color: rgb(116,126,118); }

 H1.HeaderClassName
 {
   color: #747E76;
 }
 .AnyTagClassName
 {
   color: #747E76;
 }
</style>

background-color css

<style>
 a { background-color: #747E76; }

 a { background-color: rgb(116,126,118); }

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

border-color css

<style>
 span { border-color: #747E76; }

 span { border-color: rgb(116,126,118); }

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