Html Css Color HEX #768779 Blue Smoke

📋 copy color: '#768779'

red 118 ◦ green 135 ◦ blue 121

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

Shades of Blue Smoke #768779

Tints of Blue Smoke #768779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 31.55%
G = 36.1%
B = 32.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#768779 (or 0x768779) is known color: Blue Smoke. HEX triplet: 76, 87 and 79. RGB value is (118,135,121). Sum of RGB (Red+Green+Blue) = 118+135+121=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #768779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768779 is #897886. Grayscale: #808080. Windows color (decimal): -9009287 or 7964534. OLE color: 7964534.

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

Color convert

RGB 118 135 121 -
CMYK 0.13 0 0.10 0.47
HSL 130.59º 0.07% 0.5% -
HSV(B) 130.59º 0.13% 0.53% -
XYZ 19.59 22.56 21.41 -
YUV 128.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 118 135 121 0.13 0 0.10 0.47 130.59 0.07 0.5
Hex 76 87 79 D 0 A 2F 83 7 32
Octal 166 207 171 15 0 12 57 203 7 62
Binary 1110110 10000111 1111001 1101 0 1010 101111 10000011 111 110010

Color Harmonies of #768779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768779

Black with #768779

Text Example


Text Example

White with #768779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768779; }

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

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

background-color css

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

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

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

border-color css

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

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

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