Html Css Color HEX #758079 Blue Smoke

📋 copy color: '#758079'

red 117 ◦ green 128 ◦ blue 121

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

Shades of Blue Smoke #758079

Tints of Blue Smoke #758079

RGB

 RED value IS 117 (46.09% from 255) = 31.97%

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 31.97%
G = 34.97%
B = 33.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#758079 (or 0x758079) is known color: Blue Smoke. HEX triplet: 75, 80 and 79. RGB value is (117,128,121). Sum of RGB (Red+Green+Blue) = 117+128+121=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 128 - color contains mainly: green. Hex color #758079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758079 is #8A7F86. Grayscale: #7B7B7B. Windows color (decimal): -9076615 or 7962741. OLE color: 7962741.

HSL color Cylindrical-coordinate representation of color #758079: hue angle of 141.82º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #758079 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 121 -
CMYK 0.09 0 0.05 0.50
HSL 141.82º 0.04% 0.48% -
HSV(B) 141.82º 0.09% 0.5% -
XYZ 18.51 20.6 21.09 -
YUV 123.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 117 128 121 0.09 0 0.05 0.50 141.82 0.04 0.48
Hex 75 80 79 9 0 5 32 8E 4 30
Octal 165 200 171 11 0 5 62 216 4 60
Binary 1110101 10000000 1111001 1001 0 101 110010 10001110 100 110000

Color Harmonies of #758079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758079

Black with #758079

Text Example


Text Example

White with #758079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758079; }

 p { color: rgb(117,128,121); }

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

background-color css

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

 a { background-color: rgb(117,128,121); }

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

border-color css

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

 span { border-color: rgb(117,128,121); }

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