Html Css Color HEX #768878 Blue Smoke

📋 copy color: '#768878'

red 118 ◦ green 136 ◦ blue 120

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

Shades of Blue Smoke #768878

Tints of Blue Smoke #768878

RGB

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

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

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

R = 31.55%
G = 36.36%
B = 32.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#768878 (or 0x768878) is known color: Blue Smoke. HEX triplet: 76, 88 and 78. RGB value is (118,136,120). Sum of RGB (Red+Green+Blue) = 118+136+120=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #768878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768878 is #897787. Grayscale: #808080. Windows color (decimal): -9009032 or 7899254. OLE color: 7899254.

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

Color convert

RGB 118 136 120 -
CMYK 0.13 0 0.12 0.47
HSL 126.67º 0.07% 0.5% -
HSV(B) 126.67º 0.13% 0.53% -
XYZ 19.67 22.82 21.14 -
YUV 128.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 118 136 120 0.13 0 0.12 0.47 126.67 0.07 0.5
Hex 76 88 78 D 0 C 2F 7F 7 32
Octal 166 210 170 15 0 14 57 177 7 62
Binary 1110110 10001000 1111000 1101 0 1100 101111 1111111 111 110010

Color Harmonies of #768878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768878

Black with #768878

Text Example


Text Example

White with #768878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768878; }

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

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

background-color css

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

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

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

border-color css

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

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

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