Html Css Color HEX #758579 Blue Smoke

📋 copy color: '#758579'

red 117 ◦ green 133 ◦ blue 121

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

Shades of Blue Smoke #758579

Tints of Blue Smoke #758579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 31.54%
G = 35.85%
B = 32.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#758579 (or 0x758579) is known color: Blue Smoke. HEX triplet: 75, 85 and 79. RGB value is (117,133,121). Sum of RGB (Red+Green+Blue) = 117+133+121=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #758579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758579 is #8A7A86. Grayscale: #7E7E7E. Windows color (decimal): -9075335 or 7964021. OLE color: 7964021.

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

Color convert

RGB 117 133 121 -
CMYK 0.12 0 0.09 0.48
HSL 135º 0.06% 0.49% -
HSV(B) 135º 0.12% 0.52% -
XYZ 19.17 21.94 21.31 -
YUV 126.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 117 133 121 0.12 0 0.09 0.48 135 0.06 0.49
Hex 75 85 79 C 0 9 30 87 6 31
Octal 165 205 171 14 0 11 60 207 6 61
Binary 1110101 10000101 1111001 1100 0 1001 110000 10000111 110 110001

Color Harmonies of #758579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758579

Black with #758579

Text Example


Text Example

White with #758579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758579; }

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

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

background-color css

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

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

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

border-color css

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

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

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