Html Css Color HEX #787D4F Finch

📋 copy color: '#787D4F'

red 120 ◦ green 125 ◦ blue 79

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

Shades of Finch #787D4F

Tints of Finch #787D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 37.04%
G = 38.58%
B = 24.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#787D4F (or 0x787D4F) is known color: Finch. HEX triplet: 78, 7D and 4F. RGB value is (120,125,79). Sum of RGB (Red+Green+Blue) = 120+125+79=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 125 - color contains mainly: green. Hex color #787D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787D4F is #8782B0. Grayscale: #767676. Windows color (decimal): -8880817 or 5209464. OLE color: 5209464.

HSL color Cylindrical-coordinate representation of color #787D4F: hue angle of 66.52º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #787D4F is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 125 79 -
CMYK 0.04 0 0.37 0.51
HSL 66.52º 0.23% 0.4% -
HSV(B) 66.52º 0.37% 0.49% -
XYZ 16.49 19.22 10.24 -
YUV 118.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 120 125 79 0.04 0 0.37 0.51 66.52 0.23 0.4
Hex 78 7D 4F 4 0 25 33 43 17 28
Octal 170 175 117 4 0 45 63 103 27 50
Binary 1111000 1111101 1001111 100 0 100101 110011 1000011 10111 101000

Color Harmonies of #787D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787D4F

Black with #787D4F

Text Example


Text Example

White with #787D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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