Html Css Color HEX #768078 Blue Smoke

📋 copy color: '#768078'

red 118 ◦ green 128 ◦ blue 120

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

Shades of Blue Smoke #768078

Tints of Blue Smoke #768078

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 32.24%
G = 34.97%
B = 32.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#768078 (or 0x768078) is known color: Blue Smoke. HEX triplet: 76, 80 and 78. RGB value is (118,128,120). Sum of RGB (Red+Green+Blue) = 118+128+120=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 128 - color contains mainly: green. Hex color #768078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768078 is #897F87. Grayscale: #7C7C7C. Windows color (decimal): -9011080 or 7897206. OLE color: 7897206.

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

Color convert

RGB 118 128 120 -
CMYK 0.08 0 0.06 0.50
HSL 132º 0.04% 0.48% -
HSV(B) 132º 0.08% 0.5% -
XYZ 18.58 20.65 20.78 -
YUV 124.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 118 128 120 0.08 0 0.06 0.50 132 0.04 0.48
Hex 76 80 78 8 0 6 32 84 4 30
Octal 166 200 170 10 0 6 62 204 4 60
Binary 1110110 10000000 1111000 1000 0 110 110010 10000100 100 110000

Color Harmonies of #768078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768078

Black with #768078

Text Example


Text Example

White with #768078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768078; }

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

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

background-color css

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

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

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

border-color css

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

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

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