Html Css Color HEX #758A79 Blue Smoke

📋 copy color: '#758A79'

red 117 ◦ green 138 ◦ blue 121

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

Shades of Blue Smoke #758A79

Tints of Blue Smoke #758A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

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

R = 31.12%
G = 36.7%
B = 32.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#758A79 (or 0x758A79) is known color: Blue Smoke. HEX triplet: 75, 8A and 79. RGB value is (117,138,121). Sum of RGB (Red+Green+Blue) = 117+138+121=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #758A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A79 is #8A7586. Grayscale: #818181. Windows color (decimal): -9074055 or 7965301. OLE color: 7965301.

HSL color Cylindrical-coordinate representation of color #758A79: hue angle of 131.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758A79 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 138 121 -
CMYK 0.15 0 0.12 0.46
HSL 131.43º 0.08% 0.5% -
HSV(B) 131.43º 0.15% 0.54% -
XYZ 19.88 23.34 21.55 -
YUV 129.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 117 138 121 0.15 0 0.12 0.46 131.43 0.08 0.5
Hex 75 8A 79 F 0 C 2E 83 8 32
Octal 165 212 171 17 0 14 56 203 10 62
Binary 1110101 10001010 1111001 1111 0 1100 101110 10000011 1000 110010

Color Harmonies of #758A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A79

Black with #758A79

Text Example


Text Example

White with #758A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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