Html Css Color HEX #747C76 Blue Smoke

📋 copy color: '#747C76'

red 116 ◦ green 124 ◦ blue 118

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

Shades of Blue Smoke #747C76

Tints of Blue Smoke #747C76

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 32.4%
G = 34.64%
B = 32.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#747C76 (or 0x747C76) is known color: Blue Smoke. HEX triplet: 74, 7C and 76. RGB value is (116,124,118). Sum of RGB (Red+Green+Blue) = 116+124+118=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #747C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C76 is #8B8389. Grayscale: #787878. Windows color (decimal): -9143178 or 7765108. OLE color: 7765108.

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

Color convert

RGB 116 124 118 -
CMYK 0.06 0 0.05 0.51
HSL 135º 0.03% 0.47% -
HSV(B) 135º 0.06% 0.49% -
XYZ 17.68 19.44 19.96 -
YUV 120.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 116 124 118 0.06 0 0.05 0.51 135 0.03 0.47
Hex 74 7C 76 6 0 5 33 87 3 2F
Octal 164 174 166 6 0 5 63 207 3 57
Binary 1110100 1111100 1110110 110 0 101 110011 10000111 11 101111

Color Harmonies of #747C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C76

Black with #747C76

Text Example


Text Example

White with #747C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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