Html Css Color HEX #747D77 Blue Smoke

📋 copy color: '#747D77'

red 116 ◦ green 125 ◦ blue 119

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

Shades of Blue Smoke #747D77

Tints of Blue Smoke #747D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 32.22%
G = 34.72%
B = 33.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#747D77 (or 0x747D77) is known color: Blue Smoke. HEX triplet: 74, 7D and 77. RGB value is (116,125,119). Sum of RGB (Red+Green+Blue) = 116+125+119=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 125 - color contains mainly: green. Hex color #747D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D77 is #8B8288. Grayscale: #797979. Windows color (decimal): -9142921 or 7830900. OLE color: 7830900.

HSL color Cylindrical-coordinate representation of color #747D77: hue angle of 140º 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 #747D77 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 119 -
CMYK 0.07 0 0.05 0.51
HSL 140º 0.04% 0.47% -
HSV(B) 140º 0.07% 0.49% -
XYZ 17.87 19.71 20.32 -
YUV 121.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 116 125 119 0.07 0 0.05 0.51 140 0.04 0.47
Hex 74 7D 77 7 0 5 33 8C 4 2F
Octal 164 175 167 7 0 5 63 214 4 57
Binary 1110100 1111101 1110111 111 0 101 110011 10001100 100 101111

Color Harmonies of #747D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D77

Black with #747D77

Text Example


Text Example

White with #747D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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