Html Css Color HEX #768B78 Blue Smoke

📋 copy color: '#768B78'

red 118 ◦ green 139 ◦ blue 120

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

Shades of Blue Smoke #768B78

Tints of Blue Smoke #768B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

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

R = 31.3%
G = 36.87%
B = 31.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#768B78 (or 0x768B78) is known color: Blue Smoke. HEX triplet: 76, 8B and 78. RGB value is (118,139,120). Sum of RGB (Red+Green+Blue) = 118+139+120=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #768B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B78 is #897487. Grayscale: #828282. Windows color (decimal): -9008264 or 7900022. OLE color: 7900022.

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

Color convert

RGB 118 139 120 -
CMYK 0.15 0 0.14 0.45
HSL 125.71º 0.08% 0.5% -
HSV(B) 125.71º 0.15% 0.55% -
XYZ 20.09 23.67 21.28 -
YUV 130.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 118 139 120 0.15 0 0.14 0.45 125.71 0.08 0.5
Hex 76 8B 78 F 0 E 2D 7E 8 32
Octal 166 213 170 17 0 16 55 176 10 62
Binary 1110110 10001011 1111000 1111 0 1110 101101 1111110 1000 110010

Color Harmonies of #768B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B78

Black with #768B78

Text Example


Text Example

White with #768B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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