Html Css Color HEX #747D76 Blue Smoke

📋 copy color: '#747D76'

red 116 ◦ green 125 ◦ blue 118

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

Shades of Blue Smoke #747D76

Tints of Blue Smoke #747D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.82%

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

R = 32.31%
G = 34.82%
B = 32.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#747D76 (or 0x747D76) is known color: Blue Smoke. HEX triplet: 74, 7D and 76. RGB value is (116,125,118). Sum of RGB (Red+Green+Blue) = 116+125+118=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 125 - color contains mainly: green. Hex color #747D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D76 is #8B8289. Grayscale: #797979. Windows color (decimal): -9142922 or 7765364. OLE color: 7765364.

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

Color convert

RGB 116 125 118 -
CMYK 0.07 0 0.06 0.51
HSL 133.33º 0.04% 0.47% -
HSV(B) 133.33º 0.07% 0.49% -
XYZ 17.81 19.69 20 -
YUV 121.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 116 125 118 0.07 0 0.06 0.51 133.33 0.04 0.47
Hex 74 7D 76 7 0 6 33 85 4 2F
Octal 164 175 166 7 0 6 63 205 4 57
Binary 1110100 1111101 1110110 111 0 110 110011 10000101 100 101111

Color Harmonies of #747D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D76

Black with #747D76

Text Example


Text Example

White with #747D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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