Html Css Color HEX #777D78 Blue Smoke

📋 copy color: '#777D78'

red 119 ◦ green 125 ◦ blue 120

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

Shades of Blue Smoke #777D78

Tints of Blue Smoke #777D78

RGB

 RED value IS 119 (46.88% from 255) = 32.69%

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 32.69%
G = 34.34%
B = 32.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#777D78 (or 0x777D78) is known color: Blue Smoke. HEX triplet: 77, 7D and 78. RGB value is (119,125,120). Sum of RGB (Red+Green+Blue) = 119+125+120=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 125 - color contains mainly: green. Hex color #777D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777D78 is #888287. Grayscale: #7A7A7A. Windows color (decimal): -8946312 or 7896439. OLE color: 7896439.

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

Color convert

RGB 119 125 120 -
CMYK 0.05 0 0.04 0.51
HSL 130º 0.02% 0.48% -
HSV(B) 130º 0.05% 0.49% -
XYZ 18.33 19.95 20.65 -
YUV 122.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 119 125 120 0.05 0 0.04 0.51 130 0.02 0.48
Hex 77 7D 78 5 0 4 33 82 2 30
Octal 167 175 170 5 0 4 63 202 2 60
Binary 1110111 1111101 1111000 101 0 100 110011 10000010 10 110000

Color Harmonies of #777D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777D78

Black with #777D78

Text Example


Text Example

White with #777D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777D78; }

 p { color: rgb(119,125,120); }

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

background-color css

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

 a { background-color: rgb(119,125,120); }

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

border-color css

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

 span { border-color: rgb(119,125,120); }

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