Html Css Color HEX #758D79 Blue Smoke

📋 copy color: '#758D79'

red 117 ◦ green 141 ◦ blue 121

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

Shades of Blue Smoke #758D79

Tints of Blue Smoke #758D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

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

R = 30.87%
G = 37.2%
B = 31.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#758D79 (or 0x758D79) is known color: Blue Smoke. HEX triplet: 75, 8D and 79. RGB value is (117,141,121). Sum of RGB (Red+Green+Blue) = 117+141+121=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #758D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D79 is #8A7286. Grayscale: #838383. Windows color (decimal): -9073287 or 7966069. OLE color: 7966069.

HSL color Cylindrical-coordinate representation of color #758D79: hue angle of 130º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #758D79 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 141 121 -
CMYK 0.17 0 0.14 0.45
HSL 130º 0.1% 0.51% -
HSV(B) 130º 0.17% 0.55% -
XYZ 20.31 24.21 21.69 -
YUV 131.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 117 141 121 0.17 0 0.14 0.45 130 0.1 0.51
Hex 75 8D 79 11 0 E 2D 82 A 33
Octal 165 215 171 21 0 16 55 202 12 63
Binary 1110101 10001101 1111001 10001 0 1110 101101 10000010 1010 110011

Color Harmonies of #758D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758D79

Black with #758D79

Text Example


Text Example

White with #758D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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