Html Css Color HEX #748279 Blue Smoke

📋 copy color: '#748279'

red 116 ◦ green 130 ◦ blue 121

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

Shades of Blue Smoke #748279

Tints of Blue Smoke #748279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.42%

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

R = 31.61%
G = 35.42%
B = 32.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#748279 (or 0x748279) is known color: Blue Smoke. HEX triplet: 74, 82 and 79. RGB value is (116,130,121). Sum of RGB (Red+Green+Blue) = 116+130+121=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 130 - color contains mainly: green. Hex color #748279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748279 is #8B7D86. Grayscale: #7C7C7C. Windows color (decimal): -9141639 or 7963252. OLE color: 7963252.

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

Color convert

RGB 116 130 121 -
CMYK 0.11 0 0.07 0.49
HSL 141.43º 0.06% 0.48% -
HSV(B) 141.43º 0.11% 0.51% -
XYZ 18.64 21.06 21.17 -
YUV 124.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 116 130 121 0.11 0 0.07 0.49 141.43 0.06 0.48
Hex 74 82 79 B 0 7 31 8D 6 30
Octal 164 202 171 13 0 7 61 215 6 60
Binary 1110100 10000010 1111001 1011 0 111 110001 10001101 110 110000

Color Harmonies of #748279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748279

Black with #748279

Text Example


Text Example

White with #748279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748279; }

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

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

background-color css

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

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

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

border-color css

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

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

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