Html Css Color HEX #768678 Blue Smoke

📋 copy color: '#768678'

red 118 ◦ green 134 ◦ blue 120

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

Shades of Blue Smoke #768678

Tints of Blue Smoke #768678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 31.72%
G = 36.02%
B = 32.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#768678 (or 0x768678) is known color: Blue Smoke. HEX triplet: 76, 86 and 78. RGB value is (118,134,120). Sum of RGB (Red+Green+Blue) = 118+134+120=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #768678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768678 is #897987. Grayscale: #7F7F7F. Windows color (decimal): -9009544 or 7898742. OLE color: 7898742.

HSL color Cylindrical-coordinate representation of color #768678: hue angle of 127.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768678 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 120 -
CMYK 0.12 0 0.10 0.47
HSL 127.5º 0.06% 0.49% -
HSV(B) 127.5º 0.12% 0.53% -
XYZ 19.39 22.26 21.04 -
YUV 127.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 118 134 120 0.12 0 0.10 0.47 127.5 0.06 0.49
Hex 76 86 78 C 0 A 2F 80 6 31
Octal 166 206 170 14 0 12 57 200 6 61
Binary 1110110 10000110 1111000 1100 0 1010 101111 10000000 110 110001

Color Harmonies of #768678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768678

Black with #768678

Text Example


Text Example

White with #768678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768678; }

 p { color: rgb(118,134,120); }

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

background-color css

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

 a { background-color: rgb(118,134,120); }

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

border-color css

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

 span { border-color: rgb(118,134,120); }

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