Html Css Color HEX #748C79 Blue Smoke

📋 copy color: '#748C79'

red 116 ◦ green 140 ◦ blue 121

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

Shades of Blue Smoke #748C79

Tints of Blue Smoke #748C79

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 30.77%
G = 37.14%
B = 32.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#748C79 (or 0x748C79) is known color: Blue Smoke. HEX triplet: 74, 8C and 79. RGB value is (116,140,121). Sum of RGB (Red+Green+Blue) = 116+140+121=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #748C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C79 is #8B7386. Grayscale: #828282. Windows color (decimal): -9139079 or 7965812. OLE color: 7965812.

HSL color Cylindrical-coordinate representation of color #748C79: hue angle of 132.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748C79 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 140 121 -
CMYK 0.17 0 0.14 0.45
HSL 132.5º 0.09% 0.5% -
HSV(B) 132.5º 0.17% 0.55% -
XYZ 20.03 23.85 21.64 -
YUV 130.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 116 140 121 0.17 0 0.14 0.45 132.5 0.09 0.5
Hex 74 8C 79 11 0 E 2D 84 9 32
Octal 164 214 171 21 0 16 55 204 11 62
Binary 1110100 10001100 1111001 10001 0 1110 101101 10000100 1001 110010

Color Harmonies of #748C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748C79

Black with #748C79

Text Example


Text Example

White with #748C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748C79; }

 p { color: rgb(116,140,121); }

 H1.HeaderClassName
 {
   color: #748C79;
 }
 .AnyTagClassName
 {
   color: #748C79;
 }
</style>

background-color css

<style>
 a { background-color: #748C79; }

 a { background-color: rgb(116,140,121); }

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

border-color css

<style>
 span { border-color: #748C79; }

 span { border-color: rgb(116,140,121); }

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