Html Css Color HEX #748B79 Blue Smoke

📋 copy color: '#748B79'

red 116 ◦ green 139 ◦ blue 121

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

Shades of Blue Smoke #748B79

Tints of Blue Smoke #748B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

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

R = 30.85%
G = 36.97%
B = 32.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#748B79 (or 0x748B79) is known color: Blue Smoke. HEX triplet: 74, 8B and 79. RGB value is (116,139,121). Sum of RGB (Red+Green+Blue) = 116+139+121=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #748B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B79 is #8B7486. Grayscale: #828282. Windows color (decimal): -9139335 or 7965556. OLE color: 7965556.

HSL color Cylindrical-coordinate representation of color #748B79: hue angle of 133.04º 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 #748B79 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 121 -
CMYK 0.17 0 0.13 0.45
HSL 133.04º 0.09% 0.5% -
HSV(B) 133.04º 0.17% 0.55% -
XYZ 19.89 23.56 21.59 -
YUV 130.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 116 139 121 0.17 0 0.13 0.45 133.04 0.09 0.5
Hex 74 8B 79 11 0 D 2D 85 9 32
Octal 164 213 171 21 0 15 55 205 11 62
Binary 1110100 10001011 1111001 10001 0 1101 101101 10000101 1001 110010

Color Harmonies of #748B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B79

Black with #748B79

Text Example


Text Example

White with #748B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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