Html Css Color HEX #758C78 Blue Smoke

📋 copy color: '#758C78'

red 117 ◦ green 140 ◦ blue 120

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

Shades of Blue Smoke #758C78

Tints of Blue Smoke #758C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

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

R = 31.03%
G = 37.14%
B = 31.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#758C78 (or 0x758C78) is known color: Blue Smoke. HEX triplet: 75, 8C and 78. RGB value is (117,140,120). Sum of RGB (Red+Green+Blue) = 117+140+120=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #758C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C78 is #8A7387. Grayscale: #828282. Windows color (decimal): -9073544 or 7900277. OLE color: 7900277.

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

Color convert

RGB 117 140 120 -
CMYK 0.16 0 0.14 0.45
HSL 127.83º 0.09% 0.5% -
HSV(B) 127.83º 0.16% 0.55% -
XYZ 20.1 23.89 21.32 -
YUV 130.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 117 140 120 0.16 0 0.14 0.45 127.83 0.09 0.5
Hex 75 8C 78 10 0 E 2D 80 9 32
Octal 165 214 170 20 0 16 55 200 11 62
Binary 1110101 10001100 1111000 10000 0 1110 101101 10000000 1001 110010

Color Harmonies of #758C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C78

Black with #758C78

Text Example


Text Example

White with #758C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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