Html Css Color HEX #758E78 Blue Smoke

📋 copy color: '#758E78'

red 117 ◦ green 142 ◦ blue 120

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

Shades of Blue Smoke #758E78

Tints of Blue Smoke #758E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 30.87%
G = 37.47%
B = 31.66%

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

#758E78 (or 0x758E78) is known color: Blue Smoke. HEX triplet: 75, 8E and 78. RGB value is (117,142,120). Sum of RGB (Red+Green+Blue) = 117+142+120=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #758E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E78 is #8A7187. Grayscale: #848484. Windows color (decimal): -9073032 or 7900789. OLE color: 7900789.

HSL color Cylindrical-coordinate representation of color #758E78: hue angle of 127.2º 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 #758E78 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 142 120 -
CMYK 0.18 0 0.15 0.44
HSL 127.2º 0.1% 0.51% -
HSV(B) 127.2º 0.18% 0.56% -
XYZ 20.4 24.48 21.42 -
YUV 132.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 117 142 120 0.18 0 0.15 0.44 127.2 0.1 0.51
Hex 75 8E 78 12 0 F 2C 7F A 33
Octal 165 216 170 22 0 17 54 177 12 63
Binary 1110101 10001110 1111000 10010 0 1111 101100 1111111 1010 110011

Color Harmonies of #758E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E78

Black with #758E78

Text Example


Text Example

White with #758E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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