Html Css Color HEX #749079 Blue Smoke

📋 copy color: '#749079'

red 116 ◦ green 144 ◦ blue 121

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

Shades of Blue Smoke #749079

Tints of Blue Smoke #749079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

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

R = 30.45%
G = 37.8%
B = 31.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#749079 (or 0x749079) is known color: Blue Smoke. HEX triplet: 74, 90 and 79. RGB value is (116,144,121). Sum of RGB (Red+Green+Blue) = 116+144+121=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #749079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749079 is #8B6F86. Grayscale: #858585. Windows color (decimal): -9138055 or 7966836. OLE color: 7966836.

HSL color Cylindrical-coordinate representation of color #749079: hue angle of 130.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #749079 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 121 -
CMYK 0.19 0 0.16 0.44
HSL 130.71º 0.11% 0.51% -
HSV(B) 130.71º 0.19% 0.56% -
XYZ 20.63 25.04 21.84 -
YUV 133.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 116 144 121 0.19 0 0.16 0.44 130.71 0.11 0.51
Hex 74 90 79 13 0 10 2C 83 B 33
Octal 164 220 171 23 0 20 54 203 13 63
Binary 1110100 10010000 1111001 10011 0 10000 101100 10000011 1011 110011

Color Harmonies of #749079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749079

Black with #749079

Text Example


Text Example

White with #749079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749079; }

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

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

background-color css

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

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

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

border-color css

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

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

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