Html Css Color HEX #768879 Blue Smoke

📋 copy color: '#768879'

red 118 ◦ green 136 ◦ blue 121

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

Shades of Blue Smoke #768879

Tints of Blue Smoke #768879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 31.47%
G = 36.27%
B = 32.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#768879 (or 0x768879) is known color: Blue Smoke. HEX triplet: 76, 88 and 79. RGB value is (118,136,121). Sum of RGB (Red+Green+Blue) = 118+136+121=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #768879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768879 is #897786. Grayscale: #808080. Windows color (decimal): -9009031 or 7964790. OLE color: 7964790.

HSL color Cylindrical-coordinate representation of color #768879: hue angle of 130º 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 #768879 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 136 121 -
CMYK 0.13 0 0.11 0.47
HSL 130º 0.07% 0.5% -
HSV(B) 130º 0.13% 0.53% -
XYZ 19.73 22.84 21.46 -
YUV 128.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 118 136 121 0.13 0 0.11 0.47 130 0.07 0.5
Hex 76 88 79 D 0 B 2F 82 7 32
Octal 166 210 171 15 0 13 57 202 7 62
Binary 1110110 10001000 1111001 1101 0 1011 101111 10000010 111 110010

Color Harmonies of #768879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768879

Black with #768879

Text Example


Text Example

White with #768879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768879; }

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

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

background-color css

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

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

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

border-color css

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

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

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