Html Css Color HEX #768178 Blue Smoke

📋 copy color: '#768178'

red 118 ◦ green 129 ◦ blue 120

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

Shades of Blue Smoke #768178

Tints of Blue Smoke #768178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 32.15%
G = 35.15%
B = 32.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#768178 (or 0x768178) is known color: Blue Smoke. HEX triplet: 76, 81 and 78. RGB value is (118,129,120). Sum of RGB (Red+Green+Blue) = 118+129+120=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 129 - color contains mainly: green. Hex color #768178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768178 is #897E87. Grayscale: #7C7C7C. Windows color (decimal): -9010824 or 7897462. OLE color: 7897462.

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

Color convert

RGB 118 129 120 -
CMYK 0.09 0 0.07 0.49
HSL 130.91º 0.04% 0.48% -
HSV(B) 130.91º 0.09% 0.51% -
XYZ 18.71 20.91 20.82 -
YUV 124.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 118 129 120 0.09 0 0.07 0.49 130.91 0.04 0.48
Hex 76 81 78 9 0 7 31 83 4 30
Octal 166 201 170 11 0 7 61 203 4 60
Binary 1110110 10000001 1111000 1001 0 111 110001 10000011 100 110000

Color Harmonies of #768178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768178

Black with #768178

Text Example


Text Example

White with #768178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768178; }

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

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

background-color css

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

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

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

border-color css

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

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

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