Html Css Color HEX #758E79 Blue Smoke

📋 copy color: '#758E79'

red 117 ◦ green 142 ◦ blue 121

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

Shades of Blue Smoke #758E79

Tints of Blue Smoke #758E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

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

R = 30.79%
G = 37.37%
B = 31.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#758E79 (or 0x758E79) is known color: Blue Smoke. HEX triplet: 75, 8E and 79. RGB value is (117,142,121). Sum of RGB (Red+Green+Blue) = 117+142+121=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #758E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E79 is #8A7186. Grayscale: #848484. Windows color (decimal): -9073031 or 7966325. OLE color: 7966325.

HSL color Cylindrical-coordinate representation of color #758E79: hue angle of 129.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758E79 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 142 121 -
CMYK 0.18 0 0.15 0.44
HSL 129.6º 0.1% 0.51% -
HSV(B) 129.6º 0.18% 0.56% -
XYZ 20.46 24.51 21.74 -
YUV 132.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 117 142 121 0.18 0 0.15 0.44 129.6 0.1 0.51
Hex 75 8E 79 12 0 F 2C 82 A 33
Octal 165 216 171 22 0 17 54 202 12 63
Binary 1110101 10001110 1111001 10010 0 1111 101100 10000010 1010 110011

Color Harmonies of #758E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E79

Black with #758E79

Text Example


Text Example

White with #758E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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