Html Css Color HEX #768579 Blue Smoke

📋 copy color: '#768579'

red 118 ◦ green 133 ◦ blue 121

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

Shades of Blue Smoke #768579

Tints of Blue Smoke #768579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 31.72%
G = 35.75%
B = 32.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#768579 (or 0x768579) is known color: Blue Smoke. HEX triplet: 76, 85 and 79. RGB value is (118,133,121). Sum of RGB (Red+Green+Blue) = 118+133+121=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #768579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768579 is #897A86. Grayscale: #7F7F7F. Windows color (decimal): -9009799 or 7964022. OLE color: 7964022.

HSL color Cylindrical-coordinate representation of color #768579: hue angle of 132º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #768579 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 121 -
CMYK 0.11 0 0.09 0.48
HSL 132º 0.06% 0.49% -
HSV(B) 132º 0.11% 0.52% -
XYZ 19.31 22.01 21.32 -
YUV 127.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 118 133 121 0.11 0 0.09 0.48 132 0.06 0.49
Hex 76 85 79 B 0 9 30 84 6 31
Octal 166 205 171 13 0 11 60 204 6 61
Binary 1110110 10000101 1111001 1011 0 1001 110000 10000100 110 110001

Color Harmonies of #768579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768579

Black with #768579

Text Example


Text Example

White with #768579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768579; }

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

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

background-color css

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

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

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

border-color css

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

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

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