Html Css Color HEX #787C68 Finch

📋 copy color: '#787C68'

red 120 ◦ green 124 ◦ blue 104

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

Shades of Finch #787C68

Tints of Finch #787C68

RGB

 RED value IS 120 (47.27% from 255) = 34.48%

 GREEN value IS 124 (48.83% from 255) = 35.63%

 BLUE value IS 104 (41.02% from 255) = 29.89%

R = 34.48%
G = 35.63%
B = 29.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#787C68 (or 0x787C68) is known color: Finch. HEX triplet: 78, 7C and 68. RGB value is (120,124,104). Sum of RGB (Red+Green+Blue) = 120+124+104=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 124 - color contains mainly: green. Hex color #787C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C68 is #878397. Grayscale: #787878. Windows color (decimal): -8881048 or 6847608. OLE color: 6847608.

HSL color Cylindrical-coordinate representation of color #787C68: hue angle of 72º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #787C68 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 124 104 -
CMYK 0.03 0 0.16 0.51
HSL 72º 0.09% 0.45% -
HSV(B) 72º 0.16% 0.49% -
XYZ 17.45 19.41 15.92 -
YUV 120.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 120 124 104 0.03 0 0.16 0.51 72 0.09 0.45
Hex 78 7C 68 3 0 10 33 48 9 2D
Octal 170 174 150 3 0 20 63 110 11 55
Binary 1111000 1111100 1101000 11 0 10000 110011 1001000 1001 101101

Color Harmonies of #787C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C68

Black with #787C68

Text Example


Text Example

White with #787C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787C68; }

 p { color: rgb(120,124,104); }

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

background-color css

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

 a { background-color: rgb(120,124,104); }

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

border-color css

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

 span { border-color: rgb(120,124,104); }

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