Html Css Color HEX #758979 Blue Smoke

📋 copy color: '#758979'

red 117 ◦ green 137 ◦ blue 121

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

Shades of Blue Smoke #758979

Tints of Blue Smoke #758979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 31.2%
G = 36.53%
B = 32.27%

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

#758979 (or 0x758979) is known color: Blue Smoke. HEX triplet: 75, 89 and 79. RGB value is (117,137,121). Sum of RGB (Red+Green+Blue) = 117+137+121=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #758979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758979 is #8A7686. Grayscale: #818181. Windows color (decimal): -9074311 or 7965045. OLE color: 7965045.

HSL color Cylindrical-coordinate representation of color #758979: hue angle of 132º 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 #758979 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 121 -
CMYK 0.15 0 0.12 0.46
HSL 132º 0.08% 0.5% -
HSV(B) 132º 0.15% 0.54% -
XYZ 19.73 23.05 21.5 -
YUV 129.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 117 137 121 0.15 0 0.12 0.46 132 0.08 0.5
Hex 75 89 79 F 0 C 2E 84 8 32
Octal 165 211 171 17 0 14 56 204 10 62
Binary 1110101 10001001 1111001 1111 0 1100 101110 10000100 1000 110010

Color Harmonies of #758979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758979

Black with #758979

Text Example


Text Example

White with #758979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758979; }

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

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

background-color css

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

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

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

border-color css

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

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

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