Html Css Color HEX #768D79 Blue Smoke

📋 copy color: '#768D79'

red 118 ◦ green 141 ◦ blue 121

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

Shades of Blue Smoke #768D79

Tints of Blue Smoke #768D79

RGB

 RED value IS 118 (46.48% from 255) = 31.05%

 GREEN value IS 141 (55.47% from 255) = 37.11%

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

R = 31.05%
G = 37.11%
B = 31.84%

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

#768D79 (or 0x768D79) is known color: Blue Smoke. HEX triplet: 76, 8D and 79. RGB value is (118,141,121). Sum of RGB (Red+Green+Blue) = 118+141+121=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #768D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D79 is #897286. Grayscale: #838383. Windows color (decimal): -9007751 or 7966070. OLE color: 7966070.

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

Color convert

RGB 118 141 121 -
CMYK 0.16 0 0.14 0.45
HSL 127.83º 0.09% 0.51% -
HSV(B) 127.83º 0.16% 0.55% -
XYZ 20.45 24.28 21.7 -
YUV 131.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 118 141 121 0.16 0 0.14 0.45 127.83 0.09 0.51
Hex 76 8D 79 10 0 E 2D 80 9 33
Octal 166 215 171 20 0 16 55 200 11 63
Binary 1110110 10001101 1111001 10000 0 1110 101101 10000000 1001 110011

Color Harmonies of #768D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D79

Black with #768D79

Text Example


Text Example

White with #768D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768D79; }

 p { color: rgb(118,141,121); }

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

background-color css

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

 a { background-color: rgb(118,141,121); }

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

border-color css

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

 span { border-color: rgb(118,141,121); }

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