Html Css Color HEX #758179 Blue Smoke

📋 copy color: '#758179'

red 117 ◦ green 129 ◦ blue 121

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

Shades of Blue Smoke #758179

Tints of Blue Smoke #758179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 31.88%
G = 35.15%
B = 32.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#758179 (or 0x758179) is known color: Blue Smoke. HEX triplet: 75, 81 and 79. RGB value is (117,129,121). Sum of RGB (Red+Green+Blue) = 117+129+121=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 129 - color contains mainly: green. Hex color #758179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758179 is #8A7E86. Grayscale: #7C7C7C. Windows color (decimal): -9076359 or 7962997. OLE color: 7962997.

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

Color convert

RGB 117 129 121 -
CMYK 0.09 0 0.06 0.49
HSL 140º 0.05% 0.48% -
HSV(B) 140º 0.09% 0.51% -
XYZ 18.64 20.86 21.13 -
YUV 124.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 117 129 121 0.09 0 0.06 0.49 140 0.05 0.48
Hex 75 81 79 9 0 6 31 8C 5 30
Octal 165 201 171 11 0 6 61 214 5 60
Binary 1110101 10000001 1111001 1001 0 110 110001 10001100 101 110000

Color Harmonies of #758179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758179

Black with #758179

Text Example


Text Example

White with #758179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758179; }

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

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

background-color css

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

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

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

border-color css

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

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

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