Html Css Color HEX #787C5E Finch

📋 copy color: '#787C5E'

red 120 ◦ green 124 ◦ blue 94

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

Shades of Finch #787C5E

Tints of Finch #787C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 35.5%
G = 36.69%
B = 27.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#787C5E (or 0x787C5E) is known color: Finch. HEX triplet: 78, 7C and 5E. RGB value is (120,124,94). Sum of RGB (Red+Green+Blue) = 120+124+94=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #787C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787C5E is #8783A1. Grayscale: #777777. Windows color (decimal): -8881058 or 6192248. OLE color: 6192248.

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

Color convert

RGB 120 124 94 -
CMYK 0.03 0 0.24 0.51
HSL 68º 0.14% 0.43% -
HSV(B) 68º 0.24% 0.49% -
XYZ 16.97 19.22 13.4 -
YUV 119.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 120 124 94 0.03 0 0.24 0.51 68 0.14 0.43
Hex 78 7C 5E 3 0 18 33 44 E 2B
Octal 170 174 136 3 0 30 63 104 16 53
Binary 1111000 1111100 1011110 11 0 11000 110011 1000100 1110 101011

Color Harmonies of #787C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787C5E

Black with #787C5E

Text Example


Text Example

White with #787C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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